Skip to content

Commit 2579cb2

Browse files
Update scripts sources (#4166)
# PR Summary Small PR - Commit d4f4130 moved scripts. This PR adjusts sources to changes. Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent f76528f commit 2579cb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ You need to have an AWS account and AWS CLI installed and setup.
182182

183183
We put together two helper functions that can help you with development:
184184

185-
- `./scripts/aws-deploy-local-layer.sh`
185+
- `./scripts/aws/aws-deploy-local-layer.sh`
186186

187-
This script [scripts/aws-deploy-local-layer.sh](scripts/aws-deploy-local-layer.sh) will take the code you have checked out locally, create a Lambda layer out of it and deploy it to the `eu-central-1` region of your configured AWS account using `aws` CLI.
187+
This script [scripts/aws/aws-deploy-local-layer.sh](scripts/aws/aws-deploy-local-layer.sh) will take the code you have checked out locally, create a Lambda layer out of it and deploy it to the `eu-central-1` region of your configured AWS account using `aws` CLI.
188188

189189
The Lambda layer will have the name `SentryPythonServerlessSDK-local-dev`
190190

191-
- `./scripts/aws-attach-layer-to-lambda-function.sh`
191+
- `./scripts/aws/aws-attach-layer-to-lambda-function.sh`
192192

193-
You can use this script [scripts/aws-attach-layer-to-lambda-function.sh](scripts/aws-attach-layer-to-lambda-function.sh) to attach the Lambda layer you just deployed (using the first script) onto one of your existing Lambda functions. You will have to give the name of the Lambda function to attach onto as an argument. (See the script for details.)
193+
You can use this script [scripts/aws/aws-attach-layer-to-lambda-function.sh](scripts/aws/aws-attach-layer-to-lambda-function.sh) to attach the Lambda layer you just deployed (using the first script) onto one of your existing Lambda functions. You will have to give the name of the Lambda function to attach onto as an argument. (See the script for details.)
194194

195195
With these two helper scripts it should be easy to rapidly iterate your development on the Lambda layer.

0 commit comments

Comments
 (0)