Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

aws-sam-cli being installed multiple times #14

@aprilmintacpineda

Description

@aprilmintacpineda

Is your feature request related to a problem? Please describe.

entrypoint.sh contains installAwsSam which installs aws-sam-cli every time.

Describe the solution you'd like

  1. If possible, use a different docker image like https://registry.hub.docker.com/r/vukomir/aws-sam-cli that comes with nodejs and aws-sam-cli.
  2. Add a check on entrypoint.sh to check for sam --version and install sam cli based on that output.

Describe alternatives you've considered

None.

Additional context

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions