Tag: serverless
All the articles with the tag "serverless".
-
Building Serverless Applications with AWS – API
API Gateway for serverless apps explored through resources, method requests, integration types, models, custom domains, and base path mapping.
-
Building Serverless Applications with AWS – Handling Events
Serverless event handling on AWS explained through SQS, Kinesis, SNS, and EventBridge with guidance on when to use each service in your design.
-
Building Serverless Applications with AWS – Compute
Building Serverless applications can feel a bit overwhelming when you are first getting started. Sure, Event-Driven Systems have been around for many years but this notion of using managed services to
-
Building Serverless Applications with AWS - Data
Serverless data storage on AWS compared across DynamoDB, RDS, S3, OpenSearch, Timestream, and HealthLake with guidance on choosing the right fit.
-
AWS Step Function Versions and Aliases
Up until last week, when you deployed a new version of your State Machine in AWS Step Functions, the old version was gone and the ability to test or rollback was limited by your ability to re-push a p
-
Lambda Extension with Golang
Lambda extensions built with Golang enable cross-language reuse by running a sidecar HTTP API for caching with Momento and DynamoDB read-through.
-
SQS Re-Drive with Golang and Step Functions
SQS dead-letter-queue re-drive automated with Golang Lambda functions and Step Functions provides self-healing workflows for event-driven systems.
-
Caching with Momento and Golang
Caching. Simple. Useful. This architectural topic applies to a serverless app as well as an app with servers. Some functions never need caching, and some benefit from it right as the first user traffi