this repository contains lambda, api gateway and DynamoDb terraform of the Self Service Totem API.
This project is part of the FIAP SOAT course. This repository support our application created in Typescript. Go to Self Service Totem for more details.
This terraform files provide lambda, api gateway and DynamoDb solutions to ensure the auth infrastructure that the application SST needs. We provided an updated environmet when a new pull request is merged. updating this at the cloud.
git clone https://github.com/evilfeeh/sst-lambdacheck out the env.auto.tfvars.sample and fill it with your environments variables
cd terraform terraform initValidate the file to ensure is everything correct with the resources
terraform validate Generate and review an execution plan to preview the changes Terraform will apply:
terraform planOnce the plan is reviewed, apply the changes to your cloud infrastructure:
terraform applyTo update the infrastructure:
- Make your changes.
- Create a pull request.
- Once the pull request is merged, the pipeline will automatically apply the changes and update the infrastructure.
create a new pull request with your applications.
When validated and merge, the pipeline will run and update the changes automatically.
Please, feel free to open issues or contact the developers of the team. We'll be happy to help.