Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish / deployer - Add new type for lambda-dispatch #353

Open
4 tasks
huntharo opened this issue Apr 25, 2024 · 0 comments
Open
4 tasks

publish / deployer - Add new type for lambda-dispatch #353

huntharo opened this issue Apr 25, 2024 · 0 comments

Comments

@huntharo
Copy link
Collaborator

huntharo commented Apr 25, 2024

Motivations

  • We need to know if an app version is pointed at a lambda-dispatch router
  • We need the Lambda ARN for that version / alias so we can add it to the request header for the lambda-dispatch router to use
  • We need a type to guide the Lambda@Edge routing logic for these
  • We may want to set a default lambda-dispatch router endpoint for the deployer so that each invocation of the CLI does not have to specify the lambda-dispatch router endpoint

Acceptance Criteria

  • Add CLI app type
  • Add new app type to DB schema module
  • Add new app type to Deployer Service
  • Add new app type to example Lambda@Edge routing code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

No branches or pull requests

1 participant