Skip to content

Commit 56e6de9

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 22ea8be commit 56e6de9

File tree

12 files changed

+222
-124
lines changed

12 files changed

+222
-124
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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="1.1.0" lastModifiedVersion="0.21.15"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="1.2.0" lastModifiedVersion="0.21.15"/>
1313

1414
# API Gateway Account Settings Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/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/v1.2.0/modules/api-gateway-account-settings" 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.21.15" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -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/v1.1.0/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/v1.2.0/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=v1.1.0"
52+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v1.2.0"
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=v1.1.0"
94+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v1.2.0"
9595
}
9696
9797
inputs = {
@@ -190,11 +190,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
190190
<!-- ##DOCS-SOURCER-START
191191
{
192192
"originalSources": [
193-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-account-settings/readme.md",
194-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-account-settings/variables.tf",
195-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-account-settings/outputs.tf"
193+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-account-settings/readme.md",
194+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-account-settings/variables.tf",
195+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-account-settings/outputs.tf"
196196
],
197197
"sourcePlugin": "module-catalog-api",
198-
"hash": "885474a39d921f59f10c8f2f083ccd32"
198+
"hash": "f4a7e639e3dc71be1b057bd50bb4affa"
199199
}
200200
##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="1.1.0" lastModifiedVersion="0.22.0"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="1.2.0" lastModifiedVersion="0.22.0"/>
1313

1414
# API Gateway Lambda Function Proxy Methods Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/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/v1.2.0/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.22.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/v1.1.0/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/v1.2.0/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/v1.1.0/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/v1.2.0/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/v1.1.0/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/v1.2.0/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/v1.1.0/module
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=v1.1.0"
40+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v1.2.0"
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=v1.1.0"
88+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v1.2.0"
8989
}
9090
9191
inputs = {
@@ -292,11 +292,11 @@ ID of the API Gateway method for the root proxy (only created if path_prefix is
292292
<!-- ##DOCS-SOURCER-START
293293
{
294294
"originalSources": [
295-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-proxy-methods/readme.md",
296-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-proxy-methods/variables.tf",
297-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-proxy-methods/outputs.tf"
295+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-proxy-methods/readme.md",
296+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-proxy-methods/variables.tf",
297+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-proxy-methods/outputs.tf"
298298
],
299299
"sourcePlugin": "module-catalog-api",
300-
"hash": "526b53a388d4a76d212ea3238208f84b"
300+
"hash": "04ba6791593ea1c4d3cc7fa4b5b4cb6e"
301301
}
302302
##DOCS-SOURCER-END -->

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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="1.1.0" lastModifiedVersion="0.22.0"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="1.2.0" lastModifiedVersion="0.22.0"/>
1313

1414
# API Gateway Proxy Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/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/v1.2.0/modules/api-gateway-proxy" 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.22.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -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/v1.1.0/modules/lambda-http-api-gateway) module.
37+
[lambda-http-api-gateway](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/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/v1.1.0/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/v1.2.0/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/v1.1.0/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/v1.2.0/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/v1.1.0/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/v1.1.0/examples): This folder contains working examples of how to use the submodules.
71-
* [test](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/test): Automated tests for the modules and examples.
69+
* [modules](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/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/v1.2.0/examples): This folder contains working examples of how to use the submodules.
71+
* [test](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/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/v1.1.0/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/v1.2.0/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/v1.1.0/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/v1.2.0/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/v1.1.0/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/v1.1.0/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/v1.2.0/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/v1.2.0/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=v1.1.0"
102+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v1.2.0"
103103
104104
# ----------------------------------------------------------------------------------------------------
105105
# REQUIRED VARIABLES
@@ -260,7 +260,7 @@ module "api_gateway_proxy" {
260260
# ------------------------------------------------------------------------------------------------------
261261
262262
terraform {
263-
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v1.1.0"
263+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v1.2.0"
264264
}
265265
266266
inputs = {
@@ -771,11 +771,11 @@ The URL of the API Gateway that you can use to invoke it.
771771
<!-- ##DOCS-SOURCER-START
772772
{
773773
"originalSources": [
774-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-proxy/readme.md",
775-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-proxy/variables.tf",
776-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/api-gateway-proxy/outputs.tf"
774+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-proxy/readme.md",
775+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-proxy/variables.tf",
776+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/api-gateway-proxy/outputs.tf"
777777
],
778778
"sourcePlugin": "module-catalog-api",
779-
"hash": "3a49e2cec16bcbd44faa3e9267b264fd"
779+
"hash": "7ef59308336a00ea48d9df7ceab36cca"
780780
}
781781
##DOCS-SOURCER-END -->

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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="1.1.0" lastModifiedVersion="1.1.0"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="1.2.0" lastModifiedVersion="1.1.0"/>
1313

1414
# Keep Warm Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/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/v1.2.0/modules/keep-warm" 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/v1.1.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -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=v1.1.0"
63+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v1.2.0"
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=v1.1.0"
136+
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v1.2.0"
137137
}
138138
139139
inputs = {
@@ -339,11 +339,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
339339
<!-- ##DOCS-SOURCER-START
340340
{
341341
"originalSources": [
342-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/keep-warm/readme.md",
343-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/keep-warm/variables.tf",
344-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.1.0/modules/keep-warm/outputs.tf"
342+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/keep-warm/readme.md",
343+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/keep-warm/variables.tf",
344+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.2.0/modules/keep-warm/outputs.tf"
345345
],
346346
"sourcePlugin": "module-catalog-api",
347-
"hash": "780003915677dcf18f001a3d2c43107f"
347+
"hash": "dde48dd704bbbf4b188c62801b331b8b"
348348
}
349349
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)