Skip to content

Instantly share code, notes, and snippets.

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

  • Save thoughtspeed7/3ead9049519de7c3ffb0fe52408dcdce to your computer and use it in GitHub Desktop.

Select an option

Save thoughtspeed7/3ead9049519de7c3ffb0fe52408dcdce to your computer and use it in GitHub Desktop.
CI / CD for AWS Lambda using GCP's Container Builder and Bitbucket!
# om namah shivay
FROM python:2.7-alpine
RUN apk update
RUN apk add zip
RUN pip install awscli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment