ion
ion copied to clipboard
❍ — a new engine for SST
Adds the client `id` and `clientSecret` to links.
Hello to all, when cognito preSignUp trigger is created, deploy is terminated and there is an error that say: > XXX is an invalid ARN: arn: invalid prefix. Examine values...
Our current project is quite big and we break it up into multiple stacks. I'm wondering if there are still ways to break up the deployment into multiple stacks, to...
When using `set shell` to run scripts/tests that use `was-sdkV3` clients e.g. `@aws-sdk/client-dynamodb` I run into this already documented error from the sdk package https://github.com/aws/aws-sdk-js-v3/issues/2549 This appears to be being...
Getting this error in sst 0.0.384 when running `sst dev` ``` Lambda: UpdateFunctionConfiguration, https response error StatusCode: 413, RequestID: 8c5d8c5a-f77b-4ce6-be57-453df2fe2dcf, api error RequestEntityTooLargeException: Request must be smaller than 5120 bytes...
Filter AWS_PROFILE from the ENVS that are passed to the sub command of `sst shell` this avoids a connection error in the was sdk.
I am migrating from SST 2 and I noticed that `Service` seems much more flexible there. Use case: **Deploy a container with minimum costs - no ALB, no scaling, using...
I've added a `permissions` property to a Remix component, like this: When I deploy this I don't see these permissions being reflected on the lambda's execution role, and because of...
type should be `string` instead of `string[]`
I had added a Dynamo DB to my sst config, used it in the app including writing some data. In the process of my work I had to checkout a...