Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 462 Bytes

File metadata and controls

15 lines (9 loc) · 462 Bytes

AWS Codecommit File Change Publisher

AWS CodeCommit file change notification example by using AWS Lambda, Amazon SNS and CloudWatch Event

Create Lambda deployment package

Once you change the Lambda function code, you can use the following command to create deployment package:

zip -r codecommit-sns-publisher.zip lambda_function.py

License Summary

This sample code is made available under a modified MIT license. See the LICENSE file.