aws-samples / aws-saas-factory-billing-and-metering-reference-implementation

A reference implementation for a billing and metering solution for SaaS applications.
MIT No Attribution
27 stars 13 forks source link

Issue with Multiple HTTP implementation #17

Open shaikadil95 opened 7 months ago

shaikadil95 commented 7 months ago

I get this error when I build and deploy to AWS during putEvents in step function

image
shaikadil95 commented 7 months ago

I solved it by adding System.setProperty("software.amazon.awssdk.http.service.impl", "software.amazon.awssdk.http.urlconnection.UrlConnectionSdkHttpService");

but now everything looks ok but I dont see the usage change in stripe also the DB looks like this

image