Justin Brown
Justin Brown
@peterwoodworth I'm also seeing this, specifically in CDK when I reference the `domainEndpoint` (ex. for the environment of a lambda function) it fails with `Unable to retrieve DomainEndpoint attribute for...
@peterwoodworth Upon further investigation this morning it seems (in my case) there's one specific way this produces an error and it may actually be in the [serverless-stack code](https://github.com/serverless-stack/serverless-stack/issues/1362). I'll report...
@achambers Unless you have a post commit hook that builds your production bundle, it's pretty easy to forget to build between committing and deploying. In previous versions you could just...
I had the same issue after following the Astro guide. Check this commit from 2 weeks ago: https://github.com/sst/ion/commit/4f55966b36f4854f5a256d8c46d2e3e051dab919 @jayair is there an explanation for this change? The [README for astro-sst](https://github.com/sst/sst/tree/master/packages/astro-sst)...
@joegearlesss what about the build command from v2? Curious if you found a way to incorporate that in Ion.. ```javascript pothos: { schema: "packages/functions/src/graphql/schema.ts", output: "packages/graphql/schema.graphql", commands: [ "cd packages/graphql...
> @joegearlesss my two cents: I think it would be ideal if the sst local server handled generating the `schema.gql` file for you so developers don't need to run and...