Posts by Tiago Kalinke Iori • 46 points
4 posts
-
1
votes1
answer36
viewsA: How to deal with duplicity exceptions in Constraint Unique?
Oops, all right and so on? So it all depends on the business rule of your application. But I believe that if you do the find before and did not execute the save(...), you will have to report some…
-
1
votes2
answers220
viewsA: AWS Lambda Function ( versioning and integration with API Gateway )
It is not better to create 3 different planes (one for each environment), and in the Gateway API use the Lambda ARN as the stage variable? If we analyze it: dev environment (this is where you will…
-
-2
votes1
answer41
viewsA: How do I pull from the remote gitlab repository in a freestyle Jenkins pipeline?
No point in using Gitlab Hooks to notify Jenkins when these branches are updated? https://docs.gitlab.com/ee/integration/jenkins.html…
-
1
votes1
answer59
viewsA: serverless deploy command not found even after installation
You installed the serverless using -g? npm install -g serverless If yes: Make sure Node installation is in your $PATH. echo $PATH If not: If you installed serverless directly in your Python project,…