You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.
├── bin
│ └── myhandler // A lambda binary implemented in Go
├── mapping-templates
├── package-lock.json
├── package.json
├── schema.graphql
├── serverless.ts // Using ts files instead of yaml
Thanks for the great project!
I am using lambda implemented in Go as a resolver for AWS AppSync.
Then, we use serverless-offline to perform local debugging with the following steps.
Prerequisite
Version
serverless-offline : 8.2.0
serverless-appsync-simulator : 0.19.2
serverless-appsync-plugin : 1.11.3
Directory
serverless.ts
Run command
When started, I will see the following log and can access the local GraqhiQl from browser
Once I run the query, I will see the results in about 40-50 seconds.
Then, about 2 minutes later, the local lambda started by the docker container will stop.
Question
--useDocker
, is there any other way to start a lambda implemented in Go at the same time as GraphiQl?Expect
It would be nice if the lambda would return results a little faster after executing a Graphiql query, like it did with AWS.
The text was updated successfully, but these errors were encountered: