awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
954 stars 188 forks source link

Avoid image tag NPE in onboarding validation #538

Closed brtrvn closed 7 months ago

brtrvn commented 7 months ago

Compare the known not null image tag value from AppConfig for a service to the image tag value from a ECR listImages result to avoid a null pointer if the ECR list image result happens to not be tagged.

Resolves #533


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license