Pierre

Results 11 comments of Pierre

Is this issue still open or should we use https://www.serverless.com/plugins/serverless-better-credentials ?

Cool, will leverage the plugin for now. Thanks @mnapoli.

I have "fixed" this issue by using *Mappings* but it will be way more elegant to solve this problem by either interpolating `!Sub`: ``` Mappings: common: us-east-2: arnlayerpowertools: "arn:aws:lambda:us-east-2:ACCOUNT_ID:layer:aws-lambda-powertools-python-layer:5" us-west-2:...

My current approach is the following: a small wrapper to export the credentials as env variables and to disable the `AWS_PROFILE` to leverage them before calling `sls`. Example: ```bash eval...

Hello @benoitgrelard, I am facing the same issue. I am not planning to publish my local package so adding it to `dependencies` or ` devDependencies` does not work. Did you...

Great, thanks a lot @stewartsmith ! Actually I also realised that I can specify multiple values `--platform` so the packaging of my functions seems fine now with `--platform manulinux2014` and...

> Do you think it would be of assistance if we put something relating to this over on https://docs.aws.amazon.com/linux/al2023/ug/python.html ? Apologies for the delay @stewartsmith. That could be helpful indeed,...

Same issue with `description`. With `description` set like this ```typescript @ApiProperty({ description: "Pagination details.", type: PaginationOutputDto }) ``` The result is Without `description` and just the `type` like this ```...

Hello! I have started to use this library today and I am facing this issue too. I have manually modified to the previous behavior (pre #713), and now it does...

Hello! I have been using the `CustomState` to avoid this problem but now I am facing the problem of losing `ResultPath` during the "translation" (cf. this issue #8754). Not really...