Writing AWS Lambda function in Typescript
AWS Lambda doesn’t support Typescript out of the box. I have to convert typescript files into javascript and upload it to the lambda. I thought it must be a ...
AWS Lambda doesn’t support Typescript out of the box. I have to convert typescript files into javascript and upload it to the lambda. I thought it must be a ...
The options pattern uses classes to provide strongly typed access to configuration values, including environment variables.
I used to have InteliJ mapping. But I use VS Code so often that I went for VS Code map in Rider.
Sometimes, your unit or integration tests require some config values or secrets from environment variables. You wouldn’t want to commit the secret to the sou...
You have an object with deep hierarchy and want to see the values. The usual console.log will show only the values of the immediate children. Instead, use