int128 / int128/deploy-lambda-action
Questions about usage
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 5
- Avg merge
- 21m
- Merged PRs (30d)
- 43
Description
Hi,
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-nameor should we specify full arn? - For
Lambda function with container imageuse case,
not sure but what happens if{{ steps.metadata.outputs.tags }}returns multiple tags?
It might be good to add an example for tags inmetadata-actionparameters
# deploy
- uses: int128/deploy-lambda-action@v1
with:
function-name: my-function
image-uri: ${{ steps.metadata.outputs.tags }}
alias-name: ${{ steps.metadata.outputs.version }}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the action usage documentation and the shown metadata-action deployment example first. Document how AWS Region and function-name are handled, clarify whether an ARN is accepted, and explain the expected behavior when the tags output contains multiple values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, github-actions, typescript
- Domain
- ci-cd, cloud, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100