In this section, we will perform the same tasks as part 3 when you expose FlightSpecials microservice, but this time with HotelSpecials microservice.
There is no data sharing between FlightSpecials and HotelSpecials services so both qualify for individual microservices with separate data warehouses. In this lab, to save time, HotelSpecials microservice data can be served from the same RDS database as FlightSpecials, however note that in a real environment you need to separate the data into different repositories.
Expose both FlightSpecials and HotelSpecials services as separate APIs through Amazon API Gateway, by modifying the swagger.yaml API definition and the CloudFormation/SAM template.yml definition
Copy HotelSpecial.java file to …/src/main/java/devlounge/model