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.
- Host: GitHub
- URL: https://github.com/namikazebadri/aws-serverless-microservice
- Owner: namikazebadri
- Created: 2025-06-21T01:18:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T15:19:01.000Z (10 months ago)
- Last Synced: 2025-07-08T12:11:23.710Z (9 months ago)
- Topics: async, aws, golang, lambda, lambda-http, scheduler, serverless, sqs, terraform
- Language: HCL
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.