-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Handle the tests of the @aws-cdk/aws-lambda-python
module in the V2 build of the experimental modules
#15586
Labels
@aws-cdk/aws-lambda-python
aws-cdk-lib
Related to the aws-cdk-lib package
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p1
Comments
mergify bot
pushed a commit
that referenced
this issue
Aug 6, 2021
…-lambda (#15921) Remove the hard coded reference to the @aws-cdk/aws-lambda packages from the test, which should fix the issue that prevent building the aws-cdk-lib package. Copied from (and kudos to!) #15826 Related #15586 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
njlynch
added a commit
that referenced
this issue
Aug 11, 2021
…-lambda Remove the hard coded reference to the @aws-cdk/aws-lambda packages from the test, which should fix the issue that prevent building the package as an alpha module in v2. related #15586
mergify bot
pushed a commit
that referenced
this issue
Aug 11, 2021
…-lambda (#15994) Remove the hard coded reference to the @aws-cdk/aws-lambda packages from the test, which should fix the issue that prevent building the package as an alpha module in v2. This was previously done in #15921, but I missed these entries in the tests. related #15586 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
njlynch
added a commit
that referenced
this issue
Aug 11, 2021
Now that the hard-coded refernces to @aws-cdk/aws-lambda have been removed from these packages, we can publish them as "normal" alpha modules. This just involves removing the special config from both package.jsons. Note this is also forward-porting #15994 from master, which was missed in the original change to make these packages v2-compliant. We _could_ just wait for the next forward merge job, but wanting to close this out while I still have context. closes #15586 closes #15585
mergify bot
pushed a commit
that referenced
this issue
Aug 23, 2021
Remove the hard-coded refernces to @aws-cdk/aws-lambda from these packages, and publish them as "normal" alpha modules. This just involves removing the special config from both package.jsons. Note this is also forward-porting #15994 from master, which was missed in the original change to make these packages v2-compliant. We _could_ just wait for the next forward merge job, but wanting to close this out while I still have context. closes #15586 closes #15585 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
hollanddd
pushed a commit
to hollanddd/aws-cdk
that referenced
this issue
Aug 26, 2021
…-lambda (aws#15921) Remove the hard coded reference to the @aws-cdk/aws-lambda packages from the test, which should fix the issue that prevent building the aws-cdk-lib package. Copied from (and kudos to!) aws#15826 Related aws#15586 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
hollanddd
pushed a commit
to hollanddd/aws-cdk
that referenced
this issue
Aug 26, 2021
…-lambda (aws#15994) Remove the hard coded reference to the @aws-cdk/aws-lambda packages from the test, which should fix the issue that prevent building the package as an alpha module in v2. This was previously done in aws#15921, but I missed these entries in the tests. related aws#15586 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
david-doyle-as24
pushed a commit
to david-doyle-as24/aws-cdk
that referenced
this issue
Sep 7, 2021
…-lambda (aws#15921) Remove the hard coded reference to the @aws-cdk/aws-lambda packages from the test, which should fix the issue that prevent building the aws-cdk-lib package. Copied from (and kudos to!) aws#15826 Related aws#15586 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
david-doyle-as24
pushed a commit
to david-doyle-as24/aws-cdk
that referenced
this issue
Sep 7, 2021
…-lambda (aws#15994) Remove the hard coded reference to the @aws-cdk/aws-lambda packages from the test, which should fix the issue that prevent building the package as an alpha module in v2. This was previously done in aws#15921, but I missed these entries in the tests. related aws#15586 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-lambda-python
aws-cdk-lib
Related to the aws-cdk-lib package
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p1
The module currently has 2 problems that prevent it from being correctly built by the
@aws-cdk-lib
package:@aws-cdk/aws-lambda
module@aws-cdk/aws-lambda-python
module in some assertionsThese need to be fixed, and the package added to the build of
@aws-cdk-lib
(by removing this exclusion).The text was updated successfully, but these errors were encountered: