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
A Project on Serveless workflow with AWS Glue, S3 & Lambda
Architecture
Steps for deploying with AWS SAM
Create events/events.json and write test events into it.
Run sam build if functions and events in another folder or subfolder run sam build -s relative_folder_path.
Run sam deploy with your custom arguments.
Optional: You can checkout services.yml to create 2 buckets(source & destinaton) but would probably have to change the bucket names where specified
Note: Manually add Trigger after bucket creation, because AWS SAM doesn't allow referencing existing buckets outside the template(i.e resource not created in the template).
Note: Copy contents in events/events.json and use as test event, p.s would not work if object key doesn't exist in bucket so change to something that exists in yours.
Note: Ensure Database already exists in the Glue Data Catalog