Skip to content

Instantly share code, notes, and snippets.

@erkobridee
Last active June 19, 2023 09:47
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erkobridee/2f9602179767928a23855d0c707e0e63 to your computer and use it in GitHub Desktop.
Save erkobridee/2f9602179767928a23855d0c707e0e63 to your computer and use it in GitHub Desktop.
general and useful information of the AWS stuff




  • AWS Copilot CLI - is an open source command line interface that makes it easy for developers to build, release, and operate production ready containerized applications on AWS App Runner, Amazon ECS, and AWS Fargate.





SAM - Serverless Application Model

describers the AWS infrastructure as a YAML file (configuration file template.yaml)




Nx and aws sam

CDK - Cloud Development Kit

Define cloud infrastructure using familiar programming languages







Nx and aws cdk

Tools

Streams

Data Modeling

a great tip of how define the data modeling, figure out how would it be the access data pattern

Querying/Retrieving Data

Pagination

Encryption

AWS CloudFormation enables you to create and provision AWS infrastructure deployments predictably and repeatedly. It helps you leverage AWS products such as Amazon EC2, Amazon Elastic Block Store, Amazon SNS, Elastic Load Balancing, and Auto Scaling to build highly reliable, highly scalable, cost-effective applications in the cloud without worrying about creating and configuring the underlying AWS infrastructure. AWS CloudFormation enables you to use a template file to create and delete a collection of resources together as a single unit (a stack).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment