Skip to content

Commit b41a365

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 423f7ce commit b41a365

File tree

11 files changed

+123
-123
lines changed

11 files changed

+123
-123
lines changed

docs/reference/modules/terraform-aws-lambda/api-gateway-account-settings/api-gateway-account-settings.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Lambda" version="0.21.12" lastModifiedVersion="0.21.10"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="0.21.13" lastModifiedVersion="0.21.13"/>
1313

1414
# API Gateway Account Settings Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-account-settings" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-account-settings" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.10" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.13" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module allows you set the regional settings required to allow API Gateway to write to CloudWatch logs.
2121

@@ -34,7 +34,7 @@ The corresponding screen from the AWS Console is shown below:
3434

3535
## Quick start
3636

37-
Check out the [examples](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/examples) for sample code that demonstrates how to use this module.
37+
Check out the [examples](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/examples) for sample code that demonstrates how to use this module.
3838

3939
## Sample Usage
4040

@@ -49,7 +49,7 @@ Check out the [examples](https://github.com/gruntwork-io/terraform-aws-lambda/tr
4949
5050
module "api_gateway_account_settings" {
5151
52-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.21.12"
52+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.21.13"
5353
5454
# ----------------------------------------------------------------------------------------------------
5555
# OPTIONAL VARIABLES
@@ -91,7 +91,7 @@ module "api_gateway_account_settings" {
9191
# ------------------------------------------------------------------------------------------------------
9292
9393
terraform {
94-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.21.12"
94+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.21.13"
9595
}
9696
9797
inputs = {
@@ -191,11 +191,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
191191
<!-- ##DOCS-SOURCER-START
192192
{
193193
"originalSources": [
194-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-account-settings/readme.md",
195-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-account-settings/variables.tf",
196-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-account-settings/outputs.tf"
194+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-account-settings/readme.md",
195+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-account-settings/variables.tf",
196+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-account-settings/outputs.tf"
197197
],
198198
"sourcePlugin": "module-catalog-api",
199-
"hash": "502409e8887b3369d01fc8e3abf4bc07"
199+
"hash": "2056cde281478d4723ddb9ec780f2c4d"
200200
}
201201
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-lambda/api-gateway-proxy-methods/api-gateway-proxy-methods.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Lambda" version="0.21.12" lastModifiedVersion="0.20.0"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="0.21.13" lastModifiedVersion="0.20.0"/>
1313

1414
# API Gateway Lambda Function Proxy Methods Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy-methods" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy-methods" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.20.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

20-
This module must be used in conjunction with [the api-gateway-proxy module](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy) to configure an API
20+
This module must be used in conjunction with [the api-gateway-proxy module](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy) to configure an API
2121
Gateway REST API to route all requests from a root path to a lambda function.
2222

23-
Refer to [the module docs](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/README.md) for the `api-gateway-proxy` module for more details on how to
23+
Refer to [the module docs](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/README.md) for the `api-gateway-proxy` module for more details on how to
2424
use this module. Specifically, see the section [Can I expose additional lambda functions in a decentralized
25-
manner?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/core-concepts.md#can-i-expose-additional-lambda-functions-in-a-decentralized-manner)
25+
manner?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/core-concepts.md#can-i-expose-additional-lambda-functions-in-a-decentralized-manner)
2626

2727
## Sample Usage
2828

@@ -37,7 +37,7 @@ manner?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modu
3737
3838
module "api_gateway_proxy_methods" {
3939
40-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.21.12"
40+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.21.13"
4141
4242
# ----------------------------------------------------------------------------------------------------
4343
# REQUIRED VARIABLES
@@ -85,7 +85,7 @@ module "api_gateway_proxy_methods" {
8585
# ------------------------------------------------------------------------------------------------------
8686
8787
terraform {
88-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.21.12"
88+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.21.13"
8989
}
9090
9191
inputs = {
@@ -293,11 +293,11 @@ ID of the API Gateway method for the root proxy (only created if path_prefix is
293293
<!-- ##DOCS-SOURCER-START
294294
{
295295
"originalSources": [
296-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy-methods/readme.md",
297-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy-methods/variables.tf",
298-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy-methods/outputs.tf"
296+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy-methods/readme.md",
297+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy-methods/variables.tf",
298+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy-methods/outputs.tf"
299299
],
300300
"sourcePlugin": "module-catalog-api",
301-
"hash": "8cc22e0605dee02807c75033f13d5bd6"
301+
"hash": "ef38d03763ca48022cb42ee177e051e6"
302302
}
303303
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-lambda/api-gateway-proxy/api-gateway-proxy.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Lambda" version="0.21.12" lastModifiedVersion="0.21.10"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="0.21.13" lastModifiedVersion="0.21.13"/>
1313

1414
# API Gateway Proxy Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.10" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.13" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This module creates an [API Gateway](https://aws.amazon.com/api-gateway/) that can be used to expose your serverless
2121
applications running in [AWS Lambda](https://aws.amazon.com/lambda/).
@@ -34,7 +34,7 @@ recommend using a framework like Serverless to avoid the verbose configuration o
3434
:::note
3535

3636
If you are looking for a module to route different requests and methods to different Lambda functions, refer to the
37-
[lambda-http-api-gateway](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/lambda-http-api-gateway) module.
37+
[lambda-http-api-gateway](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/lambda-http-api-gateway) module.
3838

3939
:::
4040

@@ -58,33 +58,33 @@ before, make sure to read [How to use the Gruntwork Infrastructure as Code Libra
5858

5959
### Core concepts
6060

61-
* [What is API Gateway?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/core-concepts.md#what-is-api-gateway)
61+
* [What is API Gateway?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/core-concepts.md#what-is-api-gateway)
6262
* [What is the difference between the different endpoint
63-
types?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/core-concepts.md#what-is-the-difference-between-the-different-endpoint-types)
63+
types?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/core-concepts.md#what-is-the-difference-between-the-different-endpoint-types)
6464
* [API Gateway Documentation](https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html): Amazon's docs
6565
on API Gateway covering core concepts such as security, monitoring, and invoking APIs.
6666

6767
### Repo organization
6868

69-
* [modules](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
70-
* [examples](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/examples): This folder contains working examples of how to use the submodules.
71-
* [test](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/test): Automated tests for the modules and examples.
69+
* [modules](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules): the main implementation code for this repo, broken down into multiple standalone, orthogonal submodules.
70+
* [examples](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/examples): This folder contains working examples of how to use the submodules.
71+
* [test](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/test): Automated tests for the modules and examples.
7272

7373
## Deploy
7474

7575
If you just want to try this repo out for experimenting and learning, check out the following resources:
7676

77-
* [examples folder](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/examples): The `examples` folder contains sample code optimized for learning, experimenting, and testing (but not production usage).
77+
* [examples folder](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/examples): The `examples` folder contains sample code optimized for learning, experimenting, and testing (but not production usage).
7878

7979
## Manage
8080

8181
### Day-to-day operations
8282

8383
* [How do I expose AWS Lambda functions using API
84-
Gateway?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/core-concepts.md#how-do-i-expose-aws-lambda-functions-using-api-gateway)
84+
Gateway?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/core-concepts.md#how-do-i-expose-aws-lambda-functions-using-api-gateway)
8585
* [Can I expose additional lambda functions in a decentralized
86-
manner?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/core-concepts.md#can-i-expose-additional-lambda-functions-in-a-decentralized-manner)
87-
* [How do I pass in the us_east\_1 aws provider?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/core-concepts.md#how-do-i-pass-in-the-us_east\_1-aws-provider)
86+
manner?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/core-concepts.md#can-i-expose-additional-lambda-functions-in-a-decentralized-manner)
87+
* [How do I pass in the us_east\_1 aws provider?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/core-concepts.md#how-do-i-pass-in-the-us_east\_1-aws-provider)
8888

8989
## Sample Usage
9090

@@ -99,7 +99,7 @@ If you just want to try this repo out for experimenting and learning, check out
9999
100100
module "api_gateway_proxy" {
101101
102-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.21.12"
102+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.21.13"
103103
104104
# ----------------------------------------------------------------------------------------------------
105105
# REQUIRED VARIABLES
@@ -253,7 +253,7 @@ module "api_gateway_proxy" {
253253
# ------------------------------------------------------------------------------------------------------
254254
255255
terraform {
256-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.21.12"
256+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.21.13"
257257
}
258258
259259
inputs = {
@@ -740,11 +740,11 @@ The URL of the API Gateway that you can use to invoke it.
740740
<!-- ##DOCS-SOURCER-START
741741
{
742742
"originalSources": [
743-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/readme.md",
744-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/variables.tf",
745-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/api-gateway-proxy/outputs.tf"
743+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/readme.md",
744+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/variables.tf",
745+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/api-gateway-proxy/outputs.tf"
746746
],
747747
"sourcePlugin": "module-catalog-api",
748-
"hash": "666af33f95b881c58d6e4b2089e4c390"
748+
"hash": "2301b42de245724614d5f4e892cd217c"
749749
}
750750
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-lambda/keep-warm/keep-warm.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Lambda" version="0.21.12" lastModifiedVersion="0.21.11"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="0.21.13" lastModifiedVersion="0.21.13"/>
1313

1414
# Keep Warm Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/keep-warm" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/keep-warm" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.11" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.13" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This is a Lambda function you can use to invoke your other Lambda functions on a scheduled basis to keep those
2121
functions "warm." This is necessary for Lambda functions that require a low response time (e.g., if you're using Lambda API Gateway as a web service), as Lambda functions that have not been executed in a while will be shut down (that is,
@@ -60,7 +60,7 @@ level](#concurrency) for your functions.
6060
6161
module "keep_warm" {
6262
63-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.21.12"
63+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.21.13"
6464
6565
# ----------------------------------------------------------------------------------------------------
6666
# REQUIRED VARIABLES
@@ -133,7 +133,7 @@ module "keep_warm" {
133133
# ------------------------------------------------------------------------------------------------------
134134
135135
terraform {
136-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.21.12"
136+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.21.13"
137137
}
138138
139139
inputs = {
@@ -340,11 +340,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
340340
<!-- ##DOCS-SOURCER-START
341341
{
342342
"originalSources": [
343-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/keep-warm/readme.md",
344-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/keep-warm/variables.tf",
345-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.12/modules/keep-warm/outputs.tf"
343+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/keep-warm/readme.md",
344+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/keep-warm/variables.tf",
345+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.13/modules/keep-warm/outputs.tf"
346346
],
347347
"sourcePlugin": "module-catalog-api",
348-
"hash": "b7fe16ce6740776a30b856ac546dfbcb"
348+
"hash": "c8b7ce922a152b744e4b7512de5cbb2c"
349349
}
350350
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)