-
Notifications
You must be signed in to change notification settings - Fork 4
AWS Learning Notes
Jinlian(Sunny) Wang edited this page May 6, 2022
·
72 revisions
- Passing Parameters to CloudFormation Stacks with the AWS CLI and Powershell
-
Cloudformation external parameter file do not support YAML file, use cfn-flip to do so,
aws cloudformation ... --parameters file://<(cfn-flip parameters.yml) - How to Build a Serverless API with Amazon Web Services’ API Gateway
- Cloud Custodian Cleans Up Your Cloud Clutter
- Introduction to AWS CloudWatch
- Set up an Edge-Optimized API Using the AWS SDK for Node.js Go through creating a Rest API through API gateway step by step using Node.js and AWS JS SDK. Great example to understand AWS js sdk in general as well.
- AWS Global vs Regional vs AZ resources – Certification
- Synchronous Client: AmazonRDSClient
- Asynchronous Client: AmazonRDSAsyncClient
- Getting started with RDS Proxy
- Use RDS Proxy with AWS Lambda and IAM authentication
- Connecting your Java AWS Lambda to an RDS database and RDS Proxy
- Creating an RDS Proxy using Serverless Framework
- Using Amazon RDS Proxy with AWS Lambda
- Using IAM Authentication to Access Amazon RDS MySQL Databases from Python AWS Lambda Functions
- AWS Lambda Developer Guide
- Handling Redirects@Edge Part 1
- Strategies for implementing user authentication in serverless applications
- Strategies for implementing user authentication in serverless applications
- AWS Lambda Execution context in Java demystified
- Understanding Container Reuse in AWS Lambda
- Java AWS Lambda using Spring Cloud Function
- How to build HTTP REST APIs with AWS + Serverless Framework
- Serverless Java container The aws-serverless-java-container makes it easy to run Java applications written with frameworks such as Spring, Spring Boot, Apache Struts, Jersey, or Spark in AWS Lambda.
- Spring Boot Rest API on AWS Lambda
- Serverless Pitfalls: Issues With Running a Startup on AWS Lambda]
- Automatically update instances in an Amazon ECS cluster using the AMI ID parameter
- AWS LAMBDA USE CASES: 10 REASONS DEVS SHOULD USE LAMDAS
- How to Use MongoDB Connection Pooling on AWS Lambda Even it is a connection pooling for MongoDB, the solution is applicable to other connection like API Gateway. And it is great to see a graph showing the improvement with some real data.
- AWS Sample: Processing a Kinesis Stream with Database Resources in a VPC
- AWS Lambda: Features, Limitations and A Few Practical Examples
- AWS Lambda’s Major Limitations
- Change to AWS Lambda Networking Reduces Cold Start Time for VPC Customers
- Production Ready Serverless
- AWS Toolkit for IntelliJ – Now generally available
- AWS Lambda layer in Java Great explanation over how to exclude Lambda layers from final jar using "provided" scope to reduce size. Unfortunately it does not provide a code repo.
- Working with AWS Lambda Layers It has a great minimal example of how to create layer with running code. On the other side, it does not exclude Lambda layer from the final jar file which defeats the purpose of creating a layer.
- PROVISIONED CONCURRENCY - THE END OF COLD STARTS
- New for AWS Lambda – Predictable start-up times with Provisioned Concurrency
- 10 AWS Lambda Use Cases to Start Your Serverless Journey
- aws-serverless-workshops Code and walkthrough labs to set up serverless applications for Wild Rydes workshops http://wildrydes.com
- Using AWS Gateway API, can I access the cookies? Node.js example of accessing and creating of Cookies in aws lambda function.
- WHY THE DYNAMODB ACCELERATOR (DAX) IS A BETTER CACHE Contains good sequence diagrams over write-through of DAX and the other option for DynamoDB.
- Comparing DynamoDB and MongoDB
- DynamoDB Developer Guide
- Amazon DynamoDB Accelerator (DAX): A Read-Through/Write-Through Cache for DynamoDB
- Best Practices for Managing Many-to-Many Relationships
- From relational DB to single DynamoDB table: a step-by-step exploration
- How to model one-to-many relationships in DynamoDB
- How to Set Up a Local DynamoDB in a Docker Container
- AMAZON DYNAMODB LABS
- Caching Strategy with DynamoDB Streams, AWS Lambda and ElastiCache
- Introduction to Spring Data Redis
- Configure and Run a Docker Container for Redis and Use it for Python
- Load CDC data from relational databases to Amazon Kinesis using Database Migration Service
- A deep-dive into lessons learned using Amazon Kinesis Streams at scale
- aws-serverless-workshops Code and walkthrough labs to set up serverless applications for Wild Rydes workshops http://wildrydes.com
- Real-Time IoT Device Monitoring with Kinesis Data Analytics
- Clients cannot connect to an Internet-facing load balancer
- How do I connect a public-facing load balancer to EC2 instances that have private IP addresses?
- Capturing Custom, High-Resolution Metrics from Containers Using AWS Step Functions and AWS Lambda How to use a serverless architecture (Step + Lambda) to publish multiple cloudwatch custom metric every 5 second.
- aws x-ray and lambda : the good, the bad and the ugly
- EVENTBRIDGE VS CLOUDWATCH EVENTS, KINESIS AND SNS