quarkiverse / quarkus-amazon-services

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

Unavailable paymentcryptography & paymentcryptographydata yet #1341

Closed yk-littlepay closed 2 weeks ago

yk-littlepay commented 3 months ago

The AWS announced one of very important services AWS Payment Cryptography which plays an important role for companies that deal with payment transactions to be PCI compliant.

On this issue, I would like to ask you to add this service (which is actually divided into 2 parts: Control and Data plans).

Based on my understanding, this service from a technical point of view is a copy, an add-on or an extended version, if I may say so, of the KMS service. Therefore, I can assume that adding this service should not be difficult and will only require double copying an existing module from KMS with appropriate changes in variable names and settings.

However, it is worth considering that since the service is relatively new, Localstack does not yet support this service.

scrocquesel commented 3 months ago

paymentcryptography and paymentcryptographydata are the two extensions that should be added.