quarkiverse / quarkus-amazon-services

Quarkus Amazon Services extensions
Apache License 2.0
41 stars 51 forks source link

feat: add acm extension #1476

Closed emattheis closed 2 weeks ago

emattheis commented 2 weeks ago

Could you replace importCertificate with requestCertificate. It should not change the expectation and will make the code cleaner. You could take the paramters from the localstack guide https://docs.localstack.cloud/user-guide/aws/acm/ keeping quarkus.local as the domain name.

Sure! I was focused on the use case that prompted me to create the extension, but I agree that requestCertificate would be much simpler 😂