Masaharu Komuro
Masaharu Komuro
What is the purpose of giving priority to the pathparameters setting over the path?
I read the code around `aws-lmabda.code`, and I thought the following part is a good way to extend it. https://github.com/aws/aws-cdk/blob/1fcdb6daf931147b8f33facb8ab9c9f80e5c9eee/packages/%40aws-cdk/core/lib/asset-staging.ts#L161-L169 In the case of `aws-lambda-nodejs`, the following values can be...
Thank you. I misunderstood it as something to be signed locally. I understand that we should start signing job after s3.upload. [https://github.com/aws/aws-cdk/blob/05a998065b3333854715c456b20b7cc5d5daac67/packages/cdk-assets/lib/private/handlers/files.ts#L51-L56](https://github.com/aws/aws-cdk/blob/05a998065b3333854715c456b20b7cc5d5daac67/packages/cdk-assets/lib/private/handlers/files.ts#L51-L56) To specify asset that need to be singed,...
Is this a good place to add parameters related to signature settings? https://github.com/aws/aws-cdk/blob/9910f77b3644e350254f797a0a992c490ea41289/packages/%40aws-cdk/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.ts#L26-L49
same problem( Next.js version: 10.0.8 )