#aws-lambda
Read more stories on Hashnode
Articles with this tag
In a monolithic architecture, the entire application is built as a single, self-contained unit. In a microservices approach, application components · In...
AWS Lambda is a service that lets you run code without needing to provision or manage servers. Lambda is a platform that executes your code · The cloud...
Amazon SNS is a publish/subscribe service and Amazon SQS is a message queuing service. Using Amazon SNS topics, a publisher publishes messages · Building...