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: readme.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Configuring and Deploying AWS Lambda: Step-by-Step Guide
1
+
##Configuring and Deploying AWS Lambda: Step-by-Step Guide
2
2
3
3
4
4
1. Fork and clone this repo:[https://github.com/diggerhq/gitlab-webhook-lambda](https://github.com/diggerhq/gitlab-webhook-lambda).
@@ -8,3 +8,7 @@
8
8
5. Make sure that your AWS credentials are properly configured in the command-line interface (CLI). This ensures that you have the necessary permissions to deploy the Lambda function.
9
9
6. Run the command `npm run build` in the root directory of the cloned repository. This command will build the necessary artifacts for the Lambda function.
10
10
7. Finally, run the command `npm run deploy` in the same root directory. This will initiate the deployment process for the Lambda function using the configuration specified in the `serverless.yml` file.
11
+
12
+
## Notes:
13
+
14
+
Group Access Tokens (https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html) are not supported at the moment, only Project Access Tokens
0 commit comments