Skip to content

deployment issue with arn and missing region option #113

@wiulma

Description

@wiulma

Hi!
We used lambda_deploy task but it seems it can't read region from ARN:

Warning: Unable to find lambda function arn:aws:lambda:<region>:<code>:function:<name>, verify the lambda function name and AWS region are correct. Use --force to continue.

When region is added to lambda_deploy options:

lambda_deploy: { default: { arn: 'arn:aws:lambda:<region>:<code>:function:<name>', options: { region: '<region>' } }, },

it works again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions