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

Deployer - IAAS #111

Open
kevindra opened this issue Nov 1, 2020 · 0 comments
Open

Deployer - IAAS #111

kevindra opened this issue Nov 1, 2020 · 0 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@kevindra
Copy link
Collaborator

kevindra commented Nov 1, 2020

    const skill = ax.skill().addAllStates([..]).build()

    const lbd = new lambda.Function(scope, "lambda-id", {
      handler: "index.handler",
      runtime: lambda.Runtime.NODEJS_10_X,
      code: lambda.Code.fromAsset("resources"),
      environment: {},
    });

   ax.customSkillDeployer(skill, { default: lbd.functionArn }).deploy()
@kevindra kevindra added the enhancement New feature or request label Nov 1, 2020
@kevindra kevindra added this to the Release #3 milestone Nov 1, 2020
@kevindra kevindra changed the title deployer Deployer - IAAS Nov 8, 2020
@kevindra kevindra added this to To do in 0.4.x Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
0.4.x
To do
Development

No branches or pull requests

1 participant