A packager used to aggregate all relevant files from a combination of npm dependencies
This service is based on the services of Amazon. We use AWS Lambda, S3 and API Gateway to handle all requests. We provision these services using serverless.
Installation should be as simple as setting up serverless (Getting Started) and running
sls deploy --stage dev --s3prefix myBucketName.
stagecan be either
prodor
dev,
s3prefixis the prefix for your S3 bucket name.