Skip to content

Feature request: SAM local lambda server should support function ARNs on invoke API. #8289

@bchampp

Description

@bchampp

Describe your idea/feature/enhancement

I wish that when running the sam local start-lambda server, I could hit my lambda functions by calling the invoke API with a function ARN instead of explicitly requiring a function name.

Proposal

Rather than explicitly requiring the lambda runner to take in the function name, it should take in either a function name or ARN, and normalize it somewhere around here

Things to consider:

  1. Will this require any updates to the SAM Spec - No

Metadata

Metadata

Assignees

No one assigned

    Labels

    stage/needs-triageAutomatically applied to new issues and PRs, indicating they haven't been looked at.type/featureFeature request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions