How to -
How to - Handle Process Environment Variables in TypeScript: A Comprehensive Guide with Code
In this article, we cover various techniques for handling process environment variables in TypeScript, such as using type assertions, creating typed configuration objects, using type guards, and leveraging configuration libraries like dotenv and dotenv-safe.
AWS -
How to -
How to add new Cognito users automatically to a group on sign up - AWS Cognito, Lambda
We will set up a Post Confirmation lambda trigger for adding new users automatically to a certain group. in this guide, we will implement the code for the said function, assign permissions and attach the Lambda function to the Cognito user pool.
