ravenscar
ravenscar
### Summary I would say that without Cognito implementing `prompt=none` on the `/oauth2/authorize` endpoint, and whilst the `cognito` cookie on `.auth..amazoncognito.com/` expires after 60 minutes instead of 30 days (or...
see: https://github.com/ninjatronic/angular-base64/issues/13
Original issue is here: https://github.com/sst/ion/issues/424 this was closed prematurely without fixing the bug I was experiencing. if you create a cluster like this: ``` cluster.addService("MyService", { image: { context: '/Users/foobar/code/experiments/sst-cluster',...
addresses issue: https://github.com/sst/ion/issues/424
addresses https://github.com/sst/ion/issues/422
code below used to work pre 0.0.312 ``` /// export default $config({ app(input) { return { name: "sns-sub", home: "aws", }; }, async run() { const q = new sst.aws.Queue('TestQueue');...
When using a Nextjs site if you enable streaming then the lambdas get publicly accessible URLs for use as origins for the CloudFront distribution. If you have WAF enabled in...