Piotr Grzesik

Results 453 comments of Piotr Grzesik

Hello @esteveslima - I believe what might resolve your issue is plugin such as https://github.com/functionalone/serverless-iam-roles-per-function. At the moment we don't support that functionality in the core, but we discussed a...

Hey, I'm not familiar with `podman`, but does it use the same commands as docker and have the same/similar output? If yes then maybe aliasing would be an option for...

@phirapara Hello, what are you trying to achieve? Use existing backed as event trigger or you want to adjust it's lifecycle configuration?

You might want to try with importing resources into the CloudFormation stack, but I think it might be a bit challenging to actually achieve. Your best bet would be to...

Hey @eschwartz 👋 It seems to be an issue with mismatching architectures between build environment and runtime on AWS Lambda. I wrote an article on how to tackle that for...

Hello @brno32 :wave: Thanks for reporting. In your event you're referencing name of the bucket `testbucket3894vcnv` while in `provider.s3` you've configured properties for bucket `exampleBucket`. Please ensure that these match...

Thanks for sharing @jlarmstrongiv :bow: That's correct, it's not possible to use variables as keys and the only "workaround" is to switch to `js/ts`-based config if you want to achieve...

@jlarmstrongiv I'm no TS expert, but this template is a really good starting point for working with TS-based config: https://github.com/serverless/serverless/tree/master/lib/plugins/create/templates/aws-nodejs-typescript

Hello @kaihendry - this is a limitation imposed by AWS SDK when updating code directly via `updateFunctionCode` call while `ZipFile` parameter is being used. I think we could potentially consider...

I'm guessing this extra few MBs are to account for the fact that the data will be e.g. base64 encoded in transit. To answer your question @mnapoli - yes, the...