Skip to content

Commit 2af1fad

Browse files
committed
Serverless v1.77.0
1 parent a6a1597 commit 2af1fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ RUN apk add --no-cache \
1313
ENV NODE_ENV development
1414

1515
RUN npm install -g npm@latest \
16-
&& npm install -g serverless@1.76.1
16+
&& npm install -g serverless@1.77.0
1717

1818
ENTRYPOINT ["/bin/bash", "-c"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ See [serverless-node-dynamodb-api](https://github.com/jch254/serverless-node-dyn
88

99
---
1010

11-
This image is based on node:12-alpine ([AWS Lambda uses Node v12.x](http://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html)) and has the AWS CLI, Serverless v1.76.1 and Yarn installed.
11+
This image is based on node:12-alpine ([AWS Lambda uses Node v12.x](http://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html)) and has the AWS CLI, Serverless v1.77.0 and Yarn installed.
1212

1313
To deploy a Serverless service to AWS you will need to create an IAM user with the required permissions and set credentials. I'm setting credentials using [Bitbucket Pipelines environment variables](https://confluence.atlassian.com/bitbucket/environment-variables-in-bitbucket-pipelines-794502608.html); however setting credentials in Dockerfile is also possible.

0 commit comments

Comments
 (0)