Posts tagged with “sqs”

Adding to an SQS Queue Using AWS Lambda and a Serverless API Endpoint

Last October, I heard this crazy idea from a guy at a startup event. The gist: run an application without setting up any servers. Just set up your code on AWS (Amazon Web Services) Lambda, and set up your API using AWS API Gateway. When an API endpoint is hit, you respond by executing code in AWS…

Read more