Skip to content

Clean up after scope change #21

@juranki

Description

@juranki
  • There is now only one adapter, so it should be called adapter here
  • There's no longer a separate construct for lambda handler, so artifactPath is not needed in RendererProps here
  • Only CDK v2 is supported and there's just one construct, should it be in @sveltekit-cdk/construct instead of @sveltekit-cdk/constructsv2? eh...
  • App.render() is now Server.respond(), so RendererProps doesn't fit any more -> ServerProps
  • SvelteDistribution -> SvelteKitSite
    • Svelte != SvelteKit
    • the construct is a composition of distribution, function and bucket, so distribution is a bad name for it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions