Skip to content

A Lambda that gets AWS Amplify logs and pushes them to an S3 bucket

License

Notifications You must be signed in to change notification settings

lewis262626/AmplifyLogsToS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmplifyLogsToS3

A Lambda that gets AWS Amplify logs and pushes them to an S3 bucket.

Permissions Required

{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "amplify:*", "Resource": "*" } ] }

Also attach AmazonS3FullAccess and AWSLambdaBasicExecutionPolicy to your IAM role.

Lambda Setup

  1. 128MB RAM
  2. 2 minute timeout

Setup a CloudWatch to do this say every week.

About

A Lambda that gets AWS Amplify logs and pushes them to an S3 bucket

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages