Skip to content

Commit 214fc69

Browse files
Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.16) from the terraform-aws-lambda@v0.21.16 source branch.
1 parent 0bc2bae commit 214fc69

File tree

11 files changed

+127
-127
lines changed

11 files changed

+127
-127
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="0.21.15" lastModifiedVersion="0.21.15"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="0.21.16" lastModifiedVersion="0.21.15"/>
1313

1414
# API Gateway Account Settings Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/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.16/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/v0.21.15/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.16/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::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.21.15"
52+
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.21.16"
5353
5454
# ----------------------------------------------------------------------------------------------------
5555
# OPTIONAL VARIABLES
@@ -91,7 +91,7 @@ module "api_gateway_account_settings" {
9191
# ------------------------------------------------------------------------------------------------------
9292
9393
terraform {
94-
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.21.15"
94+
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.21.16"
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.15/modules/api-gateway-account-settings/readme.md",
195-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/modules/api-gateway-account-settings/variables.tf",
196-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/modules/api-gateway-account-settings/outputs.tf"
194+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-account-settings/readme.md",
195+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-account-settings/variables.tf",
196+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-account-settings/outputs.tf"
197197
],
198198
"sourcePlugin": "module-catalog-api",
199-
"hash": "bea057a75f7559015244b5e24f0a821f"
199+
"hash": "c9f90d59a0bd32a5bc1eebeb07403631"
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.15" lastModifiedVersion="0.20.0"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="0.21.16" 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.15/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.16/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.15/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.16/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.15/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.16/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.15/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.16/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.15/modu
3737
3838
module "api_gateway_proxy_methods" {
3939
40-
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.21.15"
40+
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.21.16"
4141
4242
# ----------------------------------------------------------------------------------------------------
4343
# REQUIRED VARIABLES
@@ -85,7 +85,7 @@ module "api_gateway_proxy_methods" {
8585
# ------------------------------------------------------------------------------------------------------
8686
8787
terraform {
88-
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.21.15"
88+
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.21.16"
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.15/modules/api-gateway-proxy-methods/readme.md",
297-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/modules/api-gateway-proxy-methods/variables.tf",
298-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/modules/api-gateway-proxy-methods/outputs.tf"
296+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-proxy-methods/readme.md",
297+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-proxy-methods/variables.tf",
298+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-proxy-methods/outputs.tf"
299299
],
300300
"sourcePlugin": "module-catalog-api",
301-
"hash": "dd25701dc38b2dbd76cff7ad32a99c47"
301+
"hash": "5abc71a20ae373b04be1bd01316e9a06"
302302
}
303303
##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="0.21.15" lastModifiedVersion="0.21.15"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="0.21.16" lastModifiedVersion="0.21.15"/>
1313

1414
# API Gateway Proxy Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/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.16/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.21.15" 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/v0.21.15/modules/lambda-http-api-gateway) module.
37+
[lambda-http-api-gateway](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/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.15/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.16/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.15/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.16/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.15/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.15/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.15/test): Automated tests for the modules and examples.
69+
* [modules](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/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.16/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.16/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.15/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.16/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.15/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.16/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.15/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.15/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.16/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.16/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::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.21.15"
102+
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.21.16"
103103
104104
# ----------------------------------------------------------------------------------------------------
105105
# REQUIRED VARIABLES
@@ -253,7 +253,7 @@ module "api_gateway_proxy" {
253253
# ------------------------------------------------------------------------------------------------------
254254
255255
terraform {
256-
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.21.15"
256+
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.21.16"
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.15/modules/api-gateway-proxy/readme.md",
744-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/modules/api-gateway-proxy/variables.tf",
745-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/modules/api-gateway-proxy/outputs.tf"
743+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-proxy/readme.md",
744+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-proxy/variables.tf",
745+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/api-gateway-proxy/outputs.tf"
746746
],
747747
"sourcePlugin": "module-catalog-api",
748-
"hash": "e7a5eff3526f0a606ff79ae8dc00fd03"
748+
"hash": "e2128b14afe843265f048ecec285dd80"
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.15" lastModifiedVersion="0.21.15"/>
12+
<VersionBadge repoTitle="AWS Lambda" version="0.21.16" lastModifiedVersion="0.21.16"/>
1313

1414
# Keep Warm Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/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.16/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.15" 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.16" 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::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.21.15"
63+
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.21.16"
6464
6565
# ----------------------------------------------------------------------------------------------------
6666
# REQUIRED VARIABLES
@@ -133,7 +133,7 @@ module "keep_warm" {
133133
# ------------------------------------------------------------------------------------------------------
134134
135135
terraform {
136-
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.21.15"
136+
source = "git::git@github.com:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.21.16"
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.15/modules/keep-warm/readme.md",
344-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/modules/keep-warm/variables.tf",
345-
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.15/modules/keep-warm/outputs.tf"
343+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/keep-warm/readme.md",
344+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/keep-warm/variables.tf",
345+
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.21.16/modules/keep-warm/outputs.tf"
346346
],
347347
"sourcePlugin": "module-catalog-api",
348-
"hash": "4196444a1d864c7f0735aa0aa0c9f4fc"
348+
"hash": "b50a61f05e40404fdf195372aa3d5b6e"
349349
}
350350
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)