diff --git a/serverless.yml b/serverless.yml index e95cbfc..3ea59f7 100644 --- a/serverless.yml +++ b/serverless.yml @@ -636,8 +636,16 @@ functions: - 'node_modules/@smithy/**' - 'node_modules/tslib/**' - 'node_modules/fast-xml-parser/**' + - 'node_modules/lambda-multipart-parser/**' + - 'node_modules/busboy/**' + - 'node_modules/@aws-crypto/**' + - 'node_modules/uuid/**' + - 'node_modules/@aws/util-uri-escape/**' + - 'node_modules/@aws/util-middleware/**' + - 'node_modules/@aws/smithy-client/**' + - 'node_modules/@aws/lambda-invoke-store/**' events: - httpApi: path: /host/submit-pqq-ans - method: put + method: patch