Serverless Rest API Project
Serverless Rest API Project This is a guide on setting up Serverless Rest API using API Gateway, Lambda, and DynamoDB. The API we will build takes post requests from a client in the form of JSON an...
Serverless Rest API Project This is a guide on setting up Serverless Rest API using API Gateway, Lambda, and DynamoDB. The API we will build takes post requests from a client in the form of JSON an...
Serverless Website Project This is a guide on setting up a Serverless Website using AWS Lambda. AWS Lambda allows you to upload your code and create a lambda function. AWS takes care of provisionin...
Advanced Task Automator Project This is a guide for building a serverless task automator with a queue. This is similar to the basic Task Automator project except we have added an SQS queue for a mo...
Task Automator Project This is a guide on building a serverless task automator that uses AWS Lambda and EventBridge to schedule daily automated tasks. AWS Lambda allows you to upload your code and ...
Advanced JSON Parser Project This is a guide on building a serverless JSON parser with a queue using AWS Lambda, DynamoDB, and SQS. In the current architecture, our lambda function that parses the ...
JSON Parser Project This is a guide on building a serverless JSON parser using AWS Lambda and DynamoDB. AWS Lambda allows you to upload your code and create a lambda function. AWS takes care of pro...
SNS Publish to Chime/Slack/Teams This is a guide on using Lambda and SNS to publish messages to an Amazon Chime chat room, or Slack or Microsoft Teams channels via webhooks. This is a great use cas...
SNS Guide This guide will go over how to use AWS Simple Notification Service (SNS). SNS is a fully managed pub/sub-messaging service. It enables developers to send messages or notifications to a la...
SQS Guide This guide will go over how to use AWS Simple Queue Service (SQS). SQS is a fully managed message queuing service that provides a reliable, scalable, and cost-effective way to decouple an...
Secrets Manager Guide This guide will go over how to use AWS Secrets Manager to manage your keys. Secrets Manager is a service offered that provides a secure and centralized solution for managing s...