Paweł Zubkiewicz

Results 11 issues of Paweł Zubkiewicz

After updating from v `1.1.1` to most recent `2.1.4` I got this error: ``` Test suite failed to run Jest encountered an unexpected token Jest failed to parse a file....

During `sls deploy` of react/gatsby website I get the following error: ``` [...] Deleting public/static/slide-3-ac5bf32331347fc3e267e58177c3bccc.png Deleting public/static/white_bg1-4a8b4ddfca1d3b974210bfebf741f1e5.svg Deleting public/styles.332ed04b92590be19262.css Deleting public/styles.55e29f7ac37d141a5e6a.css Deleting public/webpack-runtime-b6adb77e9e7bb73d8646.js Deleting public/webpack-runtime-b6adb77e9e7bb73d8646.js.map Deleting public/webpack-runtime-d682f7d47c0dd90b1df7.js Deleting public/webpack-runtime-d682f7d47c0dd90b1df7.js.map Deleting...

Hello, Probably this is trivial but I don't know how to handle that. When running `npm test` tests pass, however, jest plugin for VS Code fails with `SyntaxError: Unexpected token...

help wanted
question

I have defined endpoint in the following way: ``` custom: apiGatewayServiceProxies: - dynamodb: path: /getPartner/{PK}/{SK} method: GET tableName: { Ref: DynamoDbTable } authorizationType: 'NONE' hashKey: pathParam: PK attributeType: S rangeKey:...

![image](https://user-images.githubusercontent.com/22025007/153448862-63c5c339-f320-41e7-ae71-0ff4bc8dbff8.png) Could you add some option that would show logs for that single error? Now I have to find it manually among many other logs which takes time.

I have a lambda function that is triggered by SNS topic. At some point over 100 messages are sent to the topic, this results in similar amount of parallel invocations...

On the graph, I can see a number of errors as a bar. However, (**request 1**) I'd like to have a button allowing me to filter out all the logs...

Hi @arabold, Recently, I spotted strange behavior which results in wrong *environment variables* being fetched by the plugin. I want to highlight that this problem does not occur with Serverless...

bug

Hello, I think I will need your help with my issue. I'm using serverless framework and have lambda function that downloads mp3 file from a bucket, then saves it in...