Skip to content

Instantly share code, notes, and snippets.

@erkobridee
Last active June 19, 2023 09:47
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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

Amazon Kinesis Data 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