CircleCI example
version: 2
jobs:
upload-lambda:
docker:
- image: hitian/awscli:latest
working_directory: ~/build
steps:
- attach_workspace:
at: ~/build
- run: |
aws lambda update-function-code --function-name $FUNCTION_NAME --zip-file fileb://upload.zip
Content type
Image
Digest
Size
58.6 MB
Last updated
almost 7 years ago
docker pull hitian/awscli