17.2.3 • Published 5 months ago

@nx/aws-lambda v17.2.3

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

@nx/aws-lambda

⚠️ The AWS Lambda plugin is deprecated and will no longer receive updates. We are committed to providing high-quality tooling to community, and we no longer have the capacity to keep this plugin updated.

Setup

Create a new Nx worksapce if you don't already have one.

npx create-nx-workspace@latest aws-lambda-demo --preset=@nx/aws-lambda:preset

Now, you can go into the aws-lambda-demo folder and start development.

Note: You must have SAM installed and esbuild available in your PATH before you start building / deploying your functions.

You can do this by running

npm install -g esbuild

Now to run your functions locally you can

cd aws-lambda-demo
npx nx run dev

You can also run lint, test and deploy for the project.

npx nx run lint
npx nx run test
npx nx run deploy

For deploy this runs

sam deploy --guided

Note: Change aws-lambda-demo to any project name you want.

Existing workspaces

You can add aws-lambda to any existing Nx workspace.

First, install the plugin:

npm install -DE @nx/aws-lambda@latest

Create a new Aws Lambda App

npx nx g @nx/aws-lambda:serverless
17.2.3

5 months ago

18.0.1

5 months ago

17.2.1

5 months ago

17.2.2

5 months ago

17.2.0

5 months ago

16.8.2

8 months ago

16.8.1

8 months ago

16.8.0

8 months ago

16.7.1

9 months ago

16.7.0

9 months ago

16.7.0-beta.1

9 months ago

17.0.0

7 months ago

16.4.0

11 months ago

16.3.1

11 months ago

16.3.0

11 months ago

16.3.0-beta.1

11 months ago

16.2.0

12 months ago

16.2.0-beta.2

12 months ago

16.2.0-beta.1

12 months ago

16.1.2

1 year ago

16.1.1

1 year ago

16.1.0

1 year ago

16.1.0-beta.0

1 year ago

16.0.0

1 year ago

16.0.0-beta.4

1 year ago

16.0.0-beta.3

1 year ago

16.0.0-beta.2

1 year ago

16.0.0-beta.1

1 year ago

16.0.0-beta.0

1 year ago