Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 848 Bytes

DEPLOYMENT.md

File metadata and controls

25 lines (16 loc) · 848 Bytes

Serverless Glue Deployment

serverless

We use Serverless Framework to do production ready deployments.

Requirements

You’ll need to have Node 16.13.2 or later on your local development machine (but it’s not required on the server). You can use fnm to easily switch Node versions between different projects.

fnm use
npm install

Glue Jobs Deployment

To deploy the app to AWS, you'll first need to configure your AWS credentials. There are many ways to set your credentials, for more information refer to the AWS documentation.

Once set you can deploy your app using the serverless framework with:

npm run sls:deploy