Automating Serverless Deployment of Lambda Function with Terraform using Github Actions
Agenda
Push terraform and infra code and python code into repo, in this case it is Github repo..
Import your code to Github.
Add .github/workflows/main.yml file in the workspace.
Update your main.yml file as per need, and run the pipeline.
P...