Python FASTAPI-decorator-for RBAC(Role based access control)Create RBACK decorator in fast Api to intercept the JWT Token, extract the user_id and get the roles and match it with the roles defined…May 27, 20211May 27, 20211
SQLALCHEMY-Reverse engineer-PythonBelow is the command to generate models from database directly in quick fashion.May 27, 2021May 27, 2021
MACRO SERVER-LESS REPOSITORY CI-CD GIT-FOR LAB AWS LAMBDAcreate CI-CD pipeline for aws lambda on Git-Lab.Feb 10, 2021Feb 10, 2021
CI/CD pipeline for AWS Lambda using GitHubCreate CI/CD pipeline for AWS Lambda Server-less using github hook.Jan 20, 2021Jan 20, 2021
Athena Queries for Spark Partition data Stored on S3We here are doing little data manipulation on sales data and saving the data using partition by Apache spark and saving the data on S3…Jan 15, 2021Jan 15, 2021
AWS Athena triggers alert using SES via a lambda.Here is the basic use case where we have the data for supermarket.The data I have taken from kaggle as a reference to show the overall use…Jan 13, 2021Jan 13, 2021
AWS Cognito Custom Lambda Authorizer in API Gateway for RBAC.First create the user pool as i have explained in one my previous blogs.Jan 12, 2021Jan 12, 2021
AWS Cognito Role-Based Access via API Gateway not Possible without IAM based.I created the lambda function to generate access token and id token as mentioned in my previous blogs.The access token we decoded will…Jan 11, 2021Jan 11, 2021