Constantine Peresypkin
Constantine Peresypkin
Just FYI, it means that SSO is not supported at all. Marvelous!
My (fully working in production) solution is as follows: - Add the [serverless-better-credentials](https://github.com/thomasmichaelwallace/serverless-better-credentials) plugin - Patch serverless itself with the following [patch](https://gist.github.com/pkit/5e2279908233d52ae20eadb425d85789) to make sure it loads the creds from...
It happens because here https://github.com/aws/chalice/blob/79838b02dc330cfe549823899d2662ded0538015/chalice/app.py#L1832-L1839 `resource_path` is `..../{proxy*}` and not `.../{proxy+}` which fails to get the key from dict...
Doesn't work with workspaces: ``` workspace-root$ yarn global add link:./package1 // -- snip warning "[email protected]" has no binaries Done in 2.40s. workspace-root$ ``` Obviously `package1` has binaries, and the version...
What's the problem with using a disposable docker image?
@sthuber90 you can use https://github.com/marcgreenstock/data-api-suite It has a pretty good migration tool.
Something like that will probably work: ``` plugins: - serverless-plugin-ifelse custom: serverlessIfElse: - If: '"${env:IS_OFFLINE, "0"}" == "1"' Exclude: - functions.marketracoon-spa.events[0] - functions.marketracoon-spa.events[1] - functions.marketracoon-spa.events[2] ``` needs `IS_OFFLINE=1 sls offline...
@youngnick I'm not sure about the reasoning here. If the users are experienced enough to enable this one, they should be able to debug it. Right now, AFAIU, there is...
@zirain any plans on doing otel over http? writing a grpc service just to get the access log looks like overkill to me...
It does. Usually.