Tag: lambda@edge

Parameter Store at Edge

Parameter Store at Edge

Continuing on the Serverless GraphQL at Edge journey, one of the optimizations to do is having a configuration variable using Systems Manager (SSM) Parameter Store.  One can only create a Parameter Store in a specific region but working with Lambda@Edge means these Parameter Stores may not be in the same region where the lambda is …

+ Read More

Serverless GraphQL, a Step Closer to User

Serverless GraphQL, a Step Closer to User

GraphQL can be Frontend’s BFF,  I mean by BFF is Backend for Frontend.  That in turn takes away the user and/or business logic from Frontend when dealing with user experience.  But is it worth separating the said logic from Frontend when the BFF server is miles away?   One of the solutions when working on AWS …

+ Read More