int128 / int128/deploy-lambda-action

Questions about usage

Open
#167 1 comment 0 reactions 0 assignees View on GitHub

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.

  1. I dont see any configuration about setting AWS Region? How does this action know the AWS region of the lambda function?
  2. Should we use just lambda function name as function-name or should we specify full arn?
  3. 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
      # 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.