Author: feona

I am a Fullstack Engineer at RIO The Logistics Flow passionate in Software Engineering.
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

Building GraphQL as BFF

Building GraphQL as BFF

Have the right tools, strategy, and setup in building your GraphQL as BFF. One thing that fascinates me about GraphQL is that you have to design your objects into graphs. Unfortunately, working with GraphQL was never easy until you have the right tools, strategy, and setup. Frontend on the other hand has demanding requirements.  It …

+ Read More