micronaut-projects / micronaut-aws

Projects specific to integrating Micronaut and Amazon Web Services (AWS)
Apache License 2.0
82 stars 81 forks source link

Use Serde for aws-alexa-httpserver #1498

Open sdelamo opened 1 year ago

sdelamo commented 1 year ago

Try to use serde for aws-alexa-httpserver.

see: https://github.com/micronaut-projects/micronaut-aws/blob/master/aws-alexa-httpserver/src/main/java/io/micronaut/aws/alexa/httpserver/controllers/SkillController.java#L20

We will need to use @SerdeImport

https://micronaut-projects.github.io/micronaut-serialization/latest/guide/#serdeImport

timyates commented 1 year ago

We've tried this before, and until Serde allows Builders, I don't think it's possible https://github.com/micronaut-projects/micronaut-aws/pull/1323#issuecomment-1083124887