Skip to content

Instantly share code, notes, and snippets.

@thoughtspeed7
Created May 17, 2018 13:43
Show Gist options
  • Select an option

  • Save thoughtspeed7/7f1ff2175f0b345ffe243df7659e713a to your computer and use it in GitHub Desktop.

Select an option

Save thoughtspeed7/7f1ff2175f0b345ffe243df7659e713a to your computer and use it in GitHub Desktop.
CI / CD for AWS Lambda using GCP's Container Builder and Bitbucket!
// om namah shivay
exports.handler = (event, context, callback) => {
callback(null, 'Hello world! This is version 1.');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment