Tag:serverless
All the articles with the tag "serverless".
AWS Parameters and Secrets Lambda Extension Demo Using AWS CDK
Posted on:October 30, 2022 at 03:57 PMThis post uses AWS CDK Typescript to create lambda function URL where its hanlder gets SecureString value from the parameter store.
Amazon ECS Farget with Blue-Green Deployments by CDK Typescript - Part 2
Posted on:May 17, 2023 at 03:57 PMContinue the previous post [Hands-on Amazon ECS for Blue-Green Deployments With CDK Typescript](https://dev.to/aws-builders/hands-on-amazon-ecs-for-blue-green-deployments-with-cdk-typescript-part-1-4ie3) which uses EC2 to host the ECS container service and manually operate blue-green deployments. In this blog post, I use AWS Fargate as a container of ECS service and codedeploy to operate blue-green deployment automatically.
Run event-driven workflows with Amazon EKS Blueprints, Keda and Karpenter
Posted on:December 5, 2022 at 03:57 PMDemonstrate how to automate the setup and configuration of CloudWatch alarms on Amazon EC2 in addition to providing alert notification to the Slack channel.
FastApi With AWS Serverless powered by CDK Typescript
Posted on:May 21, 2023 at 03:57 PMDeploy FastAPI in a Lambda function that is fronted by an HTTP API in API Gateway, you can enable API key required for the API