P Karthikeyan
P Karthikeyan
What have you got? Could you hold us and have a quick conversation @antonfelich ?
There are two stories 1. Enabling the consumers of micro service bootstrap to get up and running with CD 2. Enabling custodians to be confident about the state of code...
@antonfelich We attempted a way to do port and adapter pattern based integration testing approach. In essence, swap all network outs to a mock (such as connections to db and...
This repo demonstrates how we can just pull dynamodb and identity server to run locally for integration testing https://github.com/PageUpPeopleOrg/Integration.WorkCompliance/pull/26
@scottMcfarlane & @terencet, This repo begs for a pull request with integration testing capability.
By repository locations, I reckon @antonfelich refers to the ECR urls. The account number mentioned in that is the concern, I believe. While encrypting the account number is a good...
@antonfelich @jimmyp @terencet Is there an example or suggestion on how to do it, that some of yo guys can share?
there are two things that are potentially meant here, 1. One ECR - deploying to multiple regions synchronously (one after another). 2. One ECR - deploying to multiple regions parallelly...
One ECR - deploying to multiple regions synchronously. I think so. What are the advantages of having the ecr repo in multiple regions? faster service start time and faster deployment...
In the past, I have seen WebAPI.HAL used. https://github.com/JakeGinnivan/WebApi.Hal https://www.nuget.org/packages/WebApi.Hal/ There is a decent specification it follows documented at http://stateless.co/hal_specification.html However, It's not been touched in a few years now....