Skip to content

AWS Lambda FunctionCode Update

Actions
Run UpdateFunctionCode , PublishVersion
v1.0.0
Latest
Star (6)

Tags

 (1)

GitHub Action - AWS Lambda FunctionCode Update

Run UpdateFunctionCode , PublishVersion

Usage

Secret

Add Secret before this action. Settings > Secrets > Add a new secret

  • AWS_REGION
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

Example

- name: AWS Lambda FunctionCode Update
  uses: taotao2345/aws-lambda-updatecode@v1.0.0
  env:
    AWS_REGION: ${{ secrets.AWS_REGION }}
    AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
    AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
  with:
    function_name: TargetFunctionName
    zip_file: path/to/file.zip

AWS Lambda FunctionCode Update is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run UpdateFunctionCode , PublishVersion
v1.0.0
Latest

Tags

 (1)

AWS Lambda FunctionCode Update is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.