You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="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
+
<ahref="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>
17
17
18
18
<ahref="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>
19
19
@@ -34,7 +34,7 @@ The corresponding screen from the AWS Console is shown below:
34
34
35
35
## Quick start
36
36
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.
38
38
39
39
## Sample Usage
40
40
@@ -49,7 +49,7 @@ Check out the [examples](https://github.com/gruntwork-io/terraform-aws-lambda/tr
# API Gateway Lambda Function Proxy Methods Module
15
15
16
-
<ahref="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
+
<ahref="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>
17
17
18
18
<ahref="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>
19
19
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
21
21
Gateway REST API to route all requests from a root path to a lambda function.
22
22
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
24
24
use this module. Specifically, see the section [Can I expose additional lambda functions in a decentralized
<ahref="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
+
<ahref="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>
17
17
18
18
<ahref="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>
19
19
@@ -34,7 +34,7 @@ recommend using a framework like Serverless to avoid the verbose configuration o
34
34
:::note
35
35
36
36
If you are looking for a module to route different requests and methods to different Lambda functions, refer to the
@@ -58,33 +58,33 @@ before, make sure to read [How to use the Gruntwork Infrastructure as Code Libra
58
58
59
59
### Core concepts
60
60
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)
62
62
*[What is the difference between the different endpoint
on API Gateway covering core concepts such as security, monitoring, and invoking APIs.
66
66
67
67
### Repo organization
68
68
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.
72
72
73
73
## Deploy
74
74
75
75
If you just want to try this repo out for experimenting and learning, check out the following resources:
76
76
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).
*[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)
*[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)
88
88
89
89
## Sample Usage
90
90
@@ -99,7 +99,7 @@ If you just want to try this repo out for experimenting and learning, check out
<ahref="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
+
<ahref="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>
17
17
18
-
<ahref="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
+
<ahref="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>
19
19
20
20
This is a Lambda function you can use to invoke your other Lambda functions on a scheduled basis to keep those
21
21
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.
0 commit comments