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

fix(amplify): deploy asset Custom Resource points to TS file #18166

Merged
merged 2 commits into from
Dec 31, 2021

Commits on Dec 24, 2021

  1. fix(aws-amplify): deploy asset entry correction

    The .ts file is not packaged and exported when
    distributed resulting in the CDK being unable to
    find the index file. This has been corrected to
    point to the .js version instead.
    samkio committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    2df38a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    1e88f36 View commit details
    Browse the repository at this point in the history