Created
May 17, 2018 16:22
-
-
Save thoughtspeed7/c120408a27a95dcccb62fc1de1372568 to your computer and use it in GitHub Desktop.
CI / CD for AWS Lambda using GCP's Container Builder and Bitbucket!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // om namah shivay | |
| exports.handler = (event, context, callback) => { | |
| callback(null, 'Hello world! This is version 2.'); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment