https://github.com/erankitcs/serverless-aws-acloudguru
https://github.com/erankitcs/serverless-aws-acloudguru
aws aws-lambda cloud cloudformation serverless
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erankitcs/serverless-aws-acloudguru
- Owner: erankitcs
- Created: 2020-03-31T11:17:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T11:23:38.000Z (about 4 years ago)
- Last Synced: 2025-01-20T17:18:33.410Z (about 1 year ago)
- Topics: aws, aws-lambda, cloud, cloudformation, serverless
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless-AWS-Acloudguru
Repository for the A Cloud Guru course *AWS: Serverless framework with GraphQL.*
## URL Shortener:
This is a complete serverless application created for shortening the URL.
### Features
URLShortener currently has the following features:
- Lambda Function: Main -> Screen for submitting the URL to shortening.
- Lambda Function: Create -> Function to submit the URL with its slug into DynamoDB.
- Lambda Function: redirect -> Function to redirect the shortened URL to actual URL.
- Setup Custom Domain Name with serverless-domain-manager plugin with SSL.
- Modify the script for Stage based deployment like PROD, DEV, TEST.

## Glad News:
A serverless project to share the news.
### Features
- Serverless-Finch to upload static website content to S3.
- Sign-In and Sign-Up using cognito.
- CloudFront distribution with SSL and Custom Domain Name.
- Route53 setup with CloudFront distribution.
- Lambda functon for Pre-signup trigger to auto authorise email id.
- Test Auth Lambda with API Authentication setup.
- GraphQL APIs (Public and Private) using Lambda Function.
- GraphQL Mutations to insert Article and Comment into DynamoDB.
