An open API service indexing awesome lists of open source software.

https://github.com/namikazebadri/aws-serverless-microservice

Serverless microservice using AWS Lambda with 3 type of triggers: by HTTPS (direct hit and IAM Authorization), By Event Bridge (crontab/scheduler) and SQS (async processing). Using Terraform as IaC and include Gitlab Action CI/CD.
https://github.com/namikazebadri/aws-serverless-microservice

async aws golang lambda lambda-http scheduler serverless sqs terraform

Last synced: 2 months ago
JSON representation

Serverless microservice using AWS Lambda with 3 type of triggers: by HTTPS (direct hit and IAM Authorization), By Event Bridge (crontab/scheduler) and SQS (async processing). Using Terraform as IaC and include Gitlab Action CI/CD.

Awesome Lists containing this project

README

          

# AWS Serverless Service

Serverless microservice using AWS Lambda with 3 types of triggers: by HTTPS (direct hit), By Event Bridge (crontab/scheduler) and SQS (async processing). Using Terraform as IaC and include Gitlab Action CI/CD.