AWS Serverless
Introduction
you can use Python with AWS Lambda
Build a Python Microservice with Amazon Web Services Lambda & API Gateway
AWS Lambda, Echo, and the Future of Cloud Automation A fantastic blog article by Logicworks on Lambda, the coming move to serverless architecture and even the possibility of using Amazon’s Echo to launch entire AWS environments by using just your voice
Serverless: The Future of Software Architecture?
npmjs.com: Lambda load test
AWS Lambda Limits
blog.powerupcloud.com: AWS inventory details in CSV using lambda
How do I stop and start EC2 instances at regular intervals using AWS Lambda? (Video)
Youtube channel: AWS Serverless
Using Amazon EFS for AWS Lambda in your serverless applications
medium: AWS Serverless Application Lens — A Summary
blog.usejournal.com: Building a Serverless Back-end with AWS
dashbird.io: Deploying AWS Lambda with Docker Containers: I Gave it a Try and Here’s My Review
aws.amazon.com: Operating Lambda: Understanding event-driven architecture – Part 1
aws.amazon.com: Optimizing Lambda functions packaged as container images
Security Overview of AWS Lambda
cloudonaut.io: Serverless Hybrid Cloud: Accessing an API Gateway via VPN or Direct Connect
infoworld.com: Serverless computing with AWS Lambda, Part 1 Get an overview of AWS Lambda’s nanoservices architecture and execution model, then build your first Lambda function in Java
dashbird.io: 4 Tips for AWS Lambda Optimization for Production
AWS Step Functions
kothiyal-anuj.medium.com: Serverless Diary: The Ultimate Guide to Caching in the Cloud
medium: Going Serverless (on AWS)
Data Caching Across Microservices in a Serverless Architecture
Introducing AWS SAM Pipelines: Automatically generate deployment pipelines for serverless applications
Simplify CI/CD configuration for serverless applications and your favorite CI/CD system — Public Preview
Building a Serverless Back-end with AWS
liavyona09.medium.com: Spice up Your Kubernetes Environment with AWS Lambda
Achieve up to 34% better price/performance with AWS Lambda Functions powered by AWS Graviton2 processor
Deploying AWS Lambda layers automatically across multiple Regions Many developers import libraries and dependencies into their AWS Lambda functions. These dependencies can be zipped and uploaded as part of the build and deployment process but it’s often easier to use Lambda layers instead.
medium: Serverless enterprise-grade multi-tenancy using AWS | Tarek Becker
dev.to: Manage webhooks at scale with AWS Serverless
Issues to Avoid When Implementing Serverless Architecture with AWS Lambda
medium.com/@andrewjr350: Misunderstanding of Serverless (AWS)
freecodecamp.org: How to Setup a Basic Serverless REST API with AWS Lambda and API Gateway
Migrating a monolithic .NET REST API to AWS Lambda
medium.com/aws-serverless-microservices-with-patterns-best: Cloud-Native Microservices Evolves to AWS Serverless Event-driven Architectures In this article, we are going to discuss about How Cloud-Native Microservices Evolves to AWS Serverless Event-driven Architectures when developing Serverless E-Commerce application.
betterprogramming.pub: Exploring the Serverless Event-Driven Architecture Meet your old friends Terraform, Lambda, SQS, and Python
betterprogramming.pub: Lambda vs. Step Functions: The Battle of Cost and Performance With the big push to use Step Functions over Lambda, you might be wondering “which is more cost-effective”? The answer might surprise you.
There are use cases for both, but the consensus for production development lives with a hybrid approach: performing a base set of actions synchronously, like validations and id creation and kicking off the rest of the processing asynchronously . You’d then use a WebSocket to inform the user when the workflow is complete.
AWS Fargate
Back to top