Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.3 KB

CDK status badge

Logo

Efimeral API infrastructure configuration

API documentation

AWS CDK is used to configure cloud architecture. The intention is leaving none idle resources consuming money, so Fargate tasks are used for container instances and Lambdas as API handlers. Currently it takes almost 40 seconds for a container to be up and running, so I am evaluating to use a warm strategy on future versions.

Architecture diagram

Required secrets for GitHub Actions

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION

Resources

Related projects