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
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,15 @@ See [Resource: aws_lambda_function](https://registry.terraform.io/providers/hash
21
21
In order to be able to receive http requests to the lambda, you will need to hook it up with an AWS API Gateway.
22
22
You can do so by following this guide: [Serverless Applications with AWS Lambda and API Gateway](https://learn.hashicorp.com/tutorials/terraform/lambda-api-gateway).
23
23
24
+
After applying the terraform plan, a dummy lambda will be available in the [AWS Lambda Console](https://console.aws.amazon.com/lambda/).
25
+
26
+
## Deploying a new version of the lambda
27
+
28
+
- Make sure you have all the required [GitHub Actions secrets](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets) for [`.github/workflows/release.yml`](.github/workflows/release.yml) to work.
29
+
- Follow [CONTRIBUTING.md / Publish a new release](./CONTRIBUTING.md#publish-a-new-release) for deploying a new release.
30
+
24
31
---
25
32
26
33
Your AWS lambda should now be available at https://console.aws.amazon.com/lambda/.
27
34
28
35
Logs from the lambda will be available in AWS CloudWatch `/aws/lambda/${yourLambdaName}` log group.
29
-
30
-
## Release a new version of the Terraform module
31
-
32
-
See the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more info.
0 commit comments