https://github.com/pablosilvab/delivery-serverless-aws
Demo AWS Lambda.
https://github.com/pablosilvab/delivery-serverless-aws
aws aws-lambda faas github-actions nodejs serverless serverless-framework sqs
Last synced: 2 months ago
JSON representation
Demo AWS Lambda.
- Host: GitHub
- URL: https://github.com/pablosilvab/delivery-serverless-aws
- Owner: pablosilvab
- Created: 2020-05-13T23:35:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T21:15:27.000Z (about 2 years ago)
- Last Synced: 2025-01-10T21:21:24.716Z (4 months ago)
- Topics: aws, aws-lambda, faas, github-actions, nodejs, serverless, serverless-framework, sqs
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]# Delivery Serverless AWS
This project is an API for delivery built with Serverless framework in AWS infrastructure.
## Tools
[![Node][node.js]][node-url]
![aws]
![amazon-db]* Serverless Framework
* AWS Lambda
* API Gateway
* Simple Queue Service SQS
* CloudFormation
* AWS SDK## Requirements
* Node.js
* npm
* Serverless framework```
sudo npm install -g serverless
```## Deployment
1. Make sure the credentials is set.
```
serverless config credentials --provider aws --key --secret
```2. Deploy function
```
serverless deploy
```### Example
Request: POST
```
{
"name": "Walter Hartwell White",
"address": "308 Negra Arroyo Lane, Albuquerque, New Mexico, 87104",
"pizzas": ["margarita", "napolitana"]
}
```### Remove project
For clean AWS account you should run:
```
sls remove
```## Issues
Watch logs in serverless framework
```
serverless logs -f makeOrder -t
```- It's important to make sure the yml file has the same localization region as your account.
## Other
* Same application with open source tools: (OpenFaaS, RabbitMQ y MySQL -> [Kadev](https://gitlab.com/kadev-psb/send-order)) 🚚🚚🚚
[contributors-shield]: https://img.shields.io/github/contributors/pablosilvab/delivery-serverless-aws.svg?style=for-the-badge
[contributors-url]: https://github.com/pablosilvab/delivery-serverless-aws/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/pablosilvab/delivery-serverless-aws.svg?style=for-the-badge
[forks-url]: https://github.com/pablosilvab/delivery-serverless-aws/network/members
[stars-shield]: https://img.shields.io/github/stars/pablosilvab/delivery-serverless-aws.svg?style=for-the-badge
[stars-url]: https://github.com/pablosilvab/delivery-serverless-aws/stargazers
[issues-shield]: https://img.shields.io/github/issues/pablosilvab/delivery-serverless-aws.svg?style=for-the-badge
[issues-url]: https://github.com/pablosilvab/delivery-serverless-aws/issues
[node.js]: https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white
[node-url]: https://nodejs.org/es/[aws]: https://img.shields.io/badge/Amazon_AWS-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white
[amazon-db]: https://img.shields.io/badge/Amazon%20DynamoDB-4053D6?style=for-the-badge&logo=Amazon%20DynamoDB&logoColor=white