You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to test this action. But I have some questions about usage.
I dont see any configuration about setting AWS Region? How does this action know the AWS region of the lambda function?
Should we use just lambda function name as function-name or should we specify full arn?
For Lambda function with container image use case,
not sure but what happens if {{ steps.metadata.outputs.tags }} returns multiple tags?
It might be good to add an example for tags in metadata-action parameters
Not an expert on the issue here, But I think that this should be set up within your aws creds configuration. also, your ecr image uri can handle the region as well:
Here's an example:
Hi,
I would like to test this action. But I have some questions about usage.
function-name
or should we specify full arn?Lambda function with container image
use case,not sure but what happens if
{{ steps.metadata.outputs.tags }}
returns multiple tags?It might be good to add an example for tags in
metadata-action
parametersThe text was updated successfully, but these errors were encountered: