1.1.3 • Published 4 years ago
@addo/common-api v1.1.3
Addo AWS API
The backend for a serverless Addo application. Built with AWS Lambda and the Serverless Framework.
Setup
Prerequisites
- Node.js & NPM
- Yarn
- The Serverless Framework
Install dependencies
yarn
or
npm i
Running Tests
yarn test
npm run test
Deploy
serverless deploy
Configuration
Enter your configuration variables in secrets.json
. Example:
{
"stripeSecretKey": "sk_test_or_live_1234656",
"mongodb_connection_string": "mongodb+srv://addo:VeryStrongPassord@addomongodb.com/dbname?retryWrites=true&w=majority",
"images": {
"endpoint": "https://image_to_upload_on_S3_AWS.com",
"bucket": "BucketName",
"accessKeyId": "123456ASDFG",
"secretAccessKey": "123456ASDFG",
"region": "region-aws"
}
}
You need:
- Your Stripe secret key
- Your MongoDb connection string
- Endpoint of images storage
- Bucket name of AWS Storage
- AccessKeyId
- SecretAccessKey
- AWS Region
Thanks
addo-aws-api © 2020+, Addo Ticket Srl. Authored and maintained by Addo Ticket Srl with help from contributors (list).
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.0.26
5 years ago
1.0.25
5 years ago
1.0.24
5 years ago
1.0.23
5 years ago
1.0.22
5 years ago
1.0.21
5 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
5 years ago
1.0.13
5 years ago
1.0.12
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.0
5 years ago