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

[RFC] Deploy any CDK construct #183

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CorentinDoue
Copy link

@CorentinDoue CorentinDoue commented Apr 15, 2022

linked to #182

This is a draft to discuss supporting generic CDK constructs and Lift constructs. Here is how it can be used so far:

service: app

provider:
    name: aws

constructs:
    myCdkConstruct:
        type: customCdk
        cdkConstructPath: ./cdkConstruct.ts

    myLiftConstruct:
        type: customLift
        cdkConstructPath: ./liftConstruct.ts

plugins:
    - serverless-lift

importConstruct, checkIsCdkConstruct, checkConstructCanBeDeployed, getAllPublicAttributes are not implemented
importConstruct, checkIsLiftConstruct, checkConstructCanBeDeployed are not implemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant