You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,9 @@
2
2
3
3
## Publish a new release
4
4
5
+
- Bump [`package.json`](./package.json) version (ie.: 1.0.0)
5
6
- Create a new release (ie.: v1.0.0)
6
-
- Check `This is a pre-release`
7
-
- A GitHub workflow will run and build the code and update the release.
8
-
- Once the build is completed, publish the release.
7
+
- A GitHub workflow will automatically run, build and upload the new code to AWS Lambda.
9
8
10
9
## Testing
11
10
@@ -20,4 +19,4 @@ yarn test
20
19
21
20
From the [Building Lambda functions with Node.js](https://docs.aws.amazon.com/lambda/latest/dg/lambda-nodejs.html) documentation:
22
21
23
-
> Your code runs in an environment that includes the AWS SDK for JavaScript, with credentials from an AWS Identity and Access Management (IAM) role that you manage.
22
+
> Your code runs in an environment that includes the AWS SDK for JavaScript, with credentials from an AWS Identity and Access Management (IAM) role that you manage.
0 commit comments