Jay
02/28/2022, 8:38 PMRoss Gerbasi
03/04/2022, 12:16 AMSyncing metadata
Looks like all the requests to localhost are just hanging.
I suspect this is a WSL2 port issue, likely that <http://localhost:12557/>
isn't making it from my windows machine to ubuntu. I will try to mess with it more later, but console isn't a must have right now.Seth Geoghegan
03/04/2022, 7:47 PMSeth Geoghegan
03/14/2022, 3:13 PMMaged Mortaga
03/18/2022, 11:50 AMAR
03/22/2022, 6:01 PM200
hitting the endpoint but am getting response: null
. here's the function
export function hook() {
return {
statusCode: 200,
body: JSON.stringify({ some: "data" }),
};
}
leonard
03/26/2022, 3:46 PMKarolis Stulgys
04/02/2022, 9:31 AMnpx sst console --stage prod
Unknown script "console".
ipsherman
04/23/2022, 2:19 PMnpx sst start
and the console link doesn't show up. Am I missing something? Do I need to upgrade anything?jamlen
05/09/2022, 11:06 AMScott
05/13/2022, 8:14 AMMohiuddin Sumon
05/17/2022, 8:31 AMFiig
05/18/2022, 2:00 PMconsole.log, console.error, throw, etc
) outside of cloudwatch using SST while developing? Something similar to sls logs -f foo -t
? I’ve searched a bit, but figured I would check here as well. thank you!jamlen
05/19/2022, 8:28 AMauthorizer: "iam",
on my Api routes? Can I create a user in Cognito and then act as that user?Kevin Wright
05/25/2022, 8:15 PMQueue()
SST construct and i notice that i cannot see the SQS queues within the SST console. is this coming?Carlos Daniel
05/25/2022, 10:52 PMHazel
05/27/2022, 7:46 AMAppSyncApi
and a Cognito Auth
set up. I’ve used attachPermissionsForAuthUsers()
to connect them, so only Cognito users can access the graphql API. So now when I try to use my Graphql playground in the SST console, I get this:
{
"errorType": "UnauthorizedException",
"message": "You are not authorized to make this call."
}
Is there a way to either “log in” as a Cognito user when using the SST console, or some other way I can authenticate to my Graphql API for this purpose? I’ve tried also setting authorizationConfig.defaultAuthorization.authorizationType
my AppSync config with both appsync.AuthorizationType.API_KEY
and appsync.AuthorizationType.IAM
, but I also can’t figure out how to get those connected either. I know SST is using an IAM role under the hood to create the AWS resources in the first place, so I thought IAM
might just use this by magic, but it seems not. I’d be happy with setting an API key somewhere and passing it into the graphql playground via say, the Headers option, but I can’t see how to do that either. Any pointers would be much appreciated. Having the option to use the Graphql playground for local development work is the main thing I was hoping to get out of this work, so it’s a bit disappointing that it’s proving so difficult.Aaron Cox
05/29/2022, 8:49 AMsst start
or 'sst console'.
this works with vs-code connected to code-spaces from local machine, as vs-code does some kind of local to remote forwarding...
I was SUPER IMPRESSED 🎉 that SST and local vs-code + code-spaces just worked with this setup... but I'm also interested in having my environment fully remote with no local tooling installed. achievable?
thanksKen Rimple
06/17/2022, 6:12 PM