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.
- medium.com/awesome-cloud: AWS — Difference between Serverless (Lambda) and Containers (Kubernetes)
- aws.amazon.com: Scaling AWS Lambda permissions with Attribute-Based Access Control (ABAC)
- aws.amazon.com: Understanding AWS Lambda scaling and throughput
- How to enforce user quota on AWS AppSync with Lambda Authorizer API Quotas define the valid amount of calls available for a consumer during a specific amount of time. Enforcing quotas protects your API from unintentional abuse, minimizes data exfiltration and protects your resources from excessive usage. Beyond the mentioned security benefits, it can also unlock your capabilities to monetize the digital assets sitting behind the API.
- aws.plainenglish.io: Let’s design a serverless ETL pipeline with AWS services
- theserverlessmindset.com: Choosing the Best Database for Your Serverless Project It comes down to a few options, and one of them is the best (but your prior experience may change that)
- aidansteele/secretsctx secretsctx is a Lambda extension (packaged as a Lambda layer) that injects secret values from AWS Parameter Store and AWS Secrets Manager into your Lambda function’s invocation “context”.
- faun.pub: Serverless With Spring Boot & AWS Lambda
- aws.amazon.com: New – Accelerate Your Lambda Functions with Lambda SnapStart
- infoworld.com: AWS Lambda kickstarts Java functions AWS Lambda SnapStart cuts Java startup times by initializing Java functions ahead of time and caching a snapshot of the initialized execution environment.
- medium.com/@dan.avila7: Prueba tus proyectos serverless de forma local con serverless-offline En este artículo veremos como instalar y configurar el plugin serverless-offline con sls framework para realizar pruebas locales de las funciones lambda antes de realizar el deploy en AWS.
- tutorialsdojo.com: Real-time Monitoring of 5XX Errors using AWS Lambda, CloudWatch Logs and Slack
- dev.to: Go fast and reduce risk: using CDK to deploy your serverless applications on AWS
- awstip.com: Tips for keeping your Lambda functions secure
- dev.to: Event driven architectures using AWS with example
- terrateam.io: AWS Lambda Function with Terraform
- medium.com/lego-engineering: A Journey into Serverless and Handling Step Function Failures Have you ever wondered how you would handle failures in your AWS Step Functions? And what benefits would a robust failure-handling system have?
- dev.to/aws-builders: Introduction to AWS SAM (Serverless Application Model)
- blog.devops.dev: Deploying Awesome App on AWS Serverless Services — Step-by-Step Guide
- medium.com/@sassenthusiast: Serverless Simplified: Integrating Docker Containers into AWS Lambda via serverless.yml
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…
- element7.io: A Hidden Gem: Two Ways to Improve AWS Fargate Container Launch Times In this post you will learn two strategies to speed up the pod creation time:
- zstd compressed container images
- Seekable OCI for lazy loading container images
- medium.com/@HirenDhaduk1: Best choice to run your containers: AWS FARGATE or AWS LAMBDA or Both?
- github.com/awslabs/specctl CLI to convert Kubernetes specifications to ECS Fargate and vice-versa