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
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
- it will use the arn contained in the file generated by the `make upload_lambda_layer`
273
273
@@ -313,6 +313,14 @@ make update_lambda
313
313
make update_lambda_with_s3
314
314
```
315
315
316
+
#### 6) Create bucket
317
+
318
+
You may create a bucket if you wish to use the S3 options to upload lambdas and layers using the command below:
319
+
320
+
```console
321
+
make create_s3_bucket
322
+
```
323
+
316
324
# Contributions
317
325
318
326
Contributions are more than welcome! Follow [this guide](https://github.com/swift-sprinter/aws-lambda-swift-sprinter/blob/master/CONTRIBUTING.md) to contribute.
0 commit comments