Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automated Update][terraform-aws-lambda] v1.0.1 release #2086

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Lambda" version="0.24.0" lastModifiedVersion="0.21.15"/>
<VersionBadge repoTitle="AWS Lambda" version="1.0.1" lastModifiedVersion="0.21.15"/>

# API Gateway Account Settings Module

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

<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>

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

## Quick start

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

## Sample Usage

Expand All @@ -49,7 +49,7 @@ Check out the [examples](https://github.com/gruntwork-io/terraform-aws-lambda/tr

module "api_gateway_account_settings" {

source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.24.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v1.0.1"

# ----------------------------------------------------------------------------------------------------
# OPTIONAL VARIABLES
Expand Down Expand Up @@ -91,7 +91,7 @@ module "api_gateway_account_settings" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v0.24.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-account-settings?ref=v1.0.1"
}

inputs = {
Expand Down Expand Up @@ -191,11 +191,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-account-settings/readme.md",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-account-settings/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-account-settings/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-account-settings/readme.md",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-account-settings/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-account-settings/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "87740f52e76c77ac656a7938291d492d"
"hash": "87a3cc8099c6dd9fab18324036b8b02e"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Lambda" version="0.24.0" lastModifiedVersion="0.22.0"/>
<VersionBadge repoTitle="AWS Lambda" version="1.0.1" lastModifiedVersion="0.22.0"/>

# API Gateway Lambda Function Proxy Methods Module

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

<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>

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

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

## Sample Usage

Expand All @@ -37,7 +37,7 @@ manner?](https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modul

module "api_gateway_proxy_methods" {

source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.24.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v1.0.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -85,7 +85,7 @@ module "api_gateway_proxy_methods" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v0.24.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy-methods?ref=v1.0.1"
}

inputs = {
Expand Down Expand Up @@ -293,11 +293,11 @@ ID of the API Gateway method for the root proxy (only created if path_prefix is
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-proxy-methods/readme.md",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-proxy-methods/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-proxy-methods/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-proxy-methods/readme.md",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-proxy-methods/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-proxy-methods/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "b757d1b2f7aa41b046526490cd9308ed"
"hash": "b48d8c5d0ff444ecdb99aad4586411cb"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Lambda" version="0.24.0" lastModifiedVersion="0.22.0"/>
<VersionBadge repoTitle="AWS Lambda" version="1.0.1" lastModifiedVersion="0.22.0"/>

# API Gateway Proxy Module

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

<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>

Expand All @@ -34,7 +34,7 @@ recommend using a framework like Serverless to avoid the verbose configuration o
:::note

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

:::

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

### Core concepts

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

### Repo organization

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

## Deploy

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

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

## Manage

### Day-to-day operations

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

## Sample Usage

Expand All @@ -99,7 +99,7 @@ If you just want to try this repo out for experimenting and learning, check out

module "api_gateway_proxy" {

source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.24.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v1.0.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -260,7 +260,7 @@ module "api_gateway_proxy" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v0.24.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/api-gateway-proxy?ref=v1.0.1"
}

inputs = {
Expand Down Expand Up @@ -772,11 +772,11 @@ The URL of the API Gateway that you can use to invoke it.
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-proxy/readme.md",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-proxy/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/api-gateway-proxy/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-proxy/readme.md",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-proxy/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/api-gateway-proxy/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "d50ca2199860633e7efbec9661ac1b01"
"hash": "6a52cf8151ff0a8bb2c30dc2c05b8a73"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Lambda" version="0.24.0" lastModifiedVersion="0.21.16"/>
<VersionBadge repoTitle="AWS Lambda" version="1.0.1" lastModifiedVersion="0.21.16"/>

# Keep Warm Module

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

<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>

Expand Down Expand Up @@ -60,7 +60,7 @@ level](#concurrency) for your functions.

module "keep_warm" {

source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.24.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v1.0.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -133,7 +133,7 @@ module "keep_warm" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v0.24.0"
source = "git::[email protected]:gruntwork-io/terraform-aws-lambda.git//modules/keep-warm?ref=v1.0.1"
}

inputs = {
Expand Down Expand Up @@ -340,11 +340,11 @@ When true, all IAM policies will be managed as dedicated policies rather than in
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/keep-warm/readme.md",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/keep-warm/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v0.24.0/modules/keep-warm/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/keep-warm/readme.md",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/keep-warm/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-lambda/tree/v1.0.1/modules/keep-warm/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "ff0ba24eb0146217e6126bdeb206f892"
"hash": "27cccde4e8bab83585b83c07b65432f8"
}
##DOCS-SOURCER-END -->
Loading