Saturday, 5 June 2021

Hands on with automated CI/CD pipeline - AWS

 

This post is extended from AWS blog. And apply it to my own project.

Automated CI/CD pipeline for .NET Core Lambda functions using AWS extensions for dotnet CLI | AWS DevOps Blog (amazon.com)


Creating a CodeCommit repository


Lesson learnt 

Issue with Credential bwt AWS accounts codeCommit. Go to here in order to reset.

If this problem comes on a Windows machine, do the following.

  • Go to Credential Manager


Finally, I have finished to build a project and deploy it to lambda.






No comments:

Post a Comment

Implemented a Service to receive real time message from an API Webhook

 What is the webhook?  Ask Google :) 😅  This is my experience to build a Azure Function HTTP trigger to receive an event from SkyBox API W...