mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-01 23:06:34 +00:00
6.4 KiB
6.4 KiB
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
AWS Fargate
- Amazon EFS with Amazon ECS and AWS Fargate – Part 1
- Deploy Machine Learning Pipeline on AWS Fargate
- deloitte.com: Fargate con EKS ¿Es Fargate la solución de AWS con la que siempre soñamos para evitar manejar infraestructura con Kubernetes? Sí, pero…