1.1.3 • Published 3 years ago

@addo/common-api v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Addo AWS API

The backend for a serverless Addo application. Built with AWS Lambda and the Serverless Framework.

Setup

Prerequisites

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).

Addo Ticket Srl  · 

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.0

4 years ago