Skip to content

Endpoints create lambdas, not S3 lookups #16

@TonyGermaneri

Description

@TonyGermaneri

Presently, routes are handled via {proxy+}, which is bad for a number of reasons, and really was a stepping stone until a better solution was made. The better solution is as follows:

On DEPLOY:

Allow for selection of target env. Read config by lookup from API caller.

Example command should say something like "Please publish this graph version 2345 to env STG"

  1. Crete CodeBuild artifacts that get deployed to app named lambda layers or EC2/Fargate, package scheduler/graph.
  2. Use CodeDeploy to build or sync a deployment group (CodeDeploy parlance).
  3. Report status via web sockets.

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CodeBuild.html

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CodeDeploy.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions