# GraphQL with Lambda
The GraphQL to Lambda integration has been really cool. I write the Lambda with no real thought to security (except to get the Cognito username to save user info). Then map the GraphQL to the Lambda. GraphQL manages all the security stuff. Then the only way to invoke the Lambda is to run it through the Console or via GraphQL. One way or the other, security is just handled.
[[GraphQL is a funny solution]]
---
Created: 2022-12-09 08:39