-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(lambda): code signing config #12656
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting this PR and taking interest in contributing to the CDK 😊
Before we get into the details, I one high level comment below.
@nija-at I create construct of SigningProfile in aws-signer/signing-profile.ts and modify aws-lambda/codeSigningConfig. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at why this build is failing and fix any issues there. The automated comment above has the link to the logs.
The current error can be fixed by running yarn pkglint
locally on the package.
delete class SigningProfileBase execute `yarn pkglint` and fix 'maturity' in package.json
@nija-at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build is failing again. Please continue to work on this until you're able to get the build to pass.
You should be able to reproduce this error by setting up the partial build workflow and the running yarn build
.
See my comments below.
Co-authored-by: Niranjan Jayakar <nija@amazon.com>
@nija-at |
closes #12216
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license