2.4.4 • Published 8 days ago

@dotcom-tool-kit/serverless v2.4.4

Weekly downloads
-
License
ISC
Repository
github
Last release
8 days ago

@dotcom-tool-kit/serverless

Tool Kit plugin to manage Lambdas with AWS serverless.

This plugin will be installed as a dependency of the backend-serverless-app plugin, which we recommend using instead of installing this plugin directly. That plugin will install additional plugins that will be useful or most Customer Products projects at the FT.

Installation & usage

With Tool Kit already set up, install this plugin as a dev dependency:

npm install --save-dev @dotcom-tool-kit/serverless

And add it to your repo's .toolkitrc.yml:

plugins:
  - '@dotcom-tool-kit/serverless'

Tasks

ServerlessRun

Run serverless functions locally

Task options

PropertyDescriptionTypeDefault
portsports to try to bind to for this applicationArray<number>[3001,3002,3003]
useDopplerrun the application with environment variables from Dopplerbooleantrue

All properties are optional.

ServerlessDeploy

Deploy a serverless function

ServerlessProvision

Provision a review serverless function

ServerlessTeardown

Tear down existing serverless functions

Plugin-wide options

@dotcom-tool-kit/serverless

PropertyDescriptionTypeDefault
awsAccountId (*)the ID of the AWS account you wish to deploy to (account IDs can be found at the FT login page)string
systemCode (*)the system code for your appstring
regionsan array of AWS regions you want to deploy toArray<string>["eu-west-1"]
configPathpath to your serverless config file. If this is not provided, Serverless defaults to ./serverless.yml but other config fomats are acceptedstring

(*) Required.

3.0.0-beta.1

8 days ago

3.0.0-beta.2

8 days ago

3.0.0-beta.0

9 days ago

2.4.4

3 months ago

2.4.3

3 months ago

2.4.2

3 months ago

2.4.1

3 months ago

2.4.0

4 months ago

2.3.0

4 months ago

2.2.13

5 months ago

2.2.9

6 months ago

2.2.8

6 months ago

2.2.1

8 months ago

2.2.0

8 months ago

2.2.3

7 months ago

2.2.2

7 months ago

2.1.3

10 months ago

2.2.5

7 months ago

2.2.4

7 months ago

2.2.11

6 months ago

2.2.7

7 months ago

2.2.12

5 months ago

2.2.6

7 months ago

2.2.10

6 months ago

2.1.2

11 months ago

2.1.1

12 months ago

2.1.0

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago