Timeline for create utils.py in AWS lambda
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 5, 2022 at 8:29 | answer | added | Parth | timeline score: 0 | |
| Nov 19, 2021 at 16:04 | answer | added | jarmod | timeline score: 2 | |
| Nov 19, 2021 at 15:52 | comment | added | x89 | I updated the qs with how I zip the file content. not sure if this is what u meant by the hierarchy @jarmod | |
| Nov 19, 2021 at 15:51 | history | edited | x89 | CC BY-SA 4.0 |
added 207 characters in body
|
| Nov 19, 2021 at 15:47 | comment | added | jarmod |
When you deploy a Lambda function, regardless of which IaC tool you use, you provide a packaged deployment artifact (a ZIP file of your code and dependencies). You typically do that by zipping your code and dependencies into lambda.zip, for example, then indicating that file in the aws_lambda_function resource in your Terraform template, then Terraform takes it and deploys it.
|
|
| Nov 19, 2021 at 15:42 | history | edited | x89 |
edited tags
|
|
| Nov 19, 2021 at 15:41 | comment | added | x89 | Not sure what you mean..I just run terraform init, apply and it happens automatically. How can I check the structure @jarmod | |
| Nov 19, 2021 at 15:39 | history | edited | jarmod |
edited tags
|
|
| Nov 19, 2021 at 15:39 | comment | added | jarmod | What is the hierarchy of files in the packaged ZIP file that you uploaded to Lambda? | |
| Nov 19, 2021 at 15:08 | history | asked | x89 | CC BY-SA 4.0 |