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: s3-logs-extension-demo-zip-archive/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ cd s3-logs-extension-demo-zip-archive
35
35
1. Run the following command for AWS SAM to deploy the components as specified in the `template.yml` file:
36
36
```bash
37
37
sam build
38
-
# If you don't have 'Python' or 'make' installed, you can use the option to build using a container which uses a python3.8 Docker container image
38
+
# If you receive build errors or don't have 'Python' or 'make' installed, you can use the option to build using a container which uses a python3.8 Docker container image.
39
39
# sam build --use-container
40
40
sam deploy --stack-name s3-logs-extension-demo --guided
41
41
```
@@ -70,4 +70,7 @@ The logging extension also receives the log stream directly from Lambda, and cop
70
70
71
71
Browse to the [Amazon S3 Console](https://console.aws.amazon.com/S3). Navigate to the S3 bucket created as part of the SAM deployment.
72
72
73
-
Downloading the file object containing the copied log stream. The log contains the same platform and function logs, but not the extension logs, as specified during the subscription.
73
+
Downloading the file object containing the copied log stream. The log contains the same platform and function logs, but not the extension logs, as specified during the subscription.
74
+
75
+
If you receive a `permission denied Extension.LaunchError` in the logs, the extension does not have the neccesary permissions.
76
+
Run `chmod +x logs_api_http_extension.py` and build and deploy the AWS SAM application again.
0 commit comments