I am trying to implement NestJS as a AWS Serverless function using serverless-framework. I was following this official documentation and my code is exactly as i
I have scheduled tasks that will be writing large payloads to a specific dynamodb table My dynamodb is created through terraform, my issue is when I try to auto
I've configured our artifactory instance using the repository path method. I'm trying to push an image built in Jenkins to Artifactory, but it seems to ignore t
I have an ECS cluster and I want to enable application autoscaling using TargetTrackingScaling policy type with a custom metric. I was looking for a way to crea
I was watching this tutorial on how to create a GUI calculator. I don't understand why he puts button commands as lambda functions. Aren't they already function
I am trying to make a regex that will find all the commented code in Xcode project. Note that result of Regex must only contain commented code and must not cont