Kirill Shirinkin
Kirill Shirinkin
Is there any workaround for this at the moment?
Perhaps just need to re-build and re-push?
@eddumelendez referenced PR is now closed. Does spring-cloud-aws work with EKS ServiceAccount provided roles? I could not find aws-sdk-sts included anywhere, which is a requirement for this EKS+IAM to work
@maciejwalkowiak is there a workaround to make it work, without patching spring-cloud?
That would require some kind of automation for pipeline creation, because I want to run CI on any feature branch :) For now I will use GitHub Actions and wrap...
Is application manifest work already in progress? I could try to contribute, especially for ecr lifecycle policies. What I am doing right now is importing copilot-managed repos to Terraform, and...
It does indeed show logs from all containers, which can be a bit noisy if primary container logs a lot, and sidecar logs way less - and I want to...
Reading from SQS with Lambda is exactly what I want to implement - basically replacing ECS-based Worker service with incoming lambda function. Container image is the same, but indeed different...
I have successfully integrated Copilot with SAM with a GitHub Actions pipeline, by using container images for Lambdas. We have a simple deploy script like this: ``` if [[ $1...
@mreferre image is exactly the same for both ECS and Lamda. Only difference is another command set inside sam.yaml :)