aws-serverless-airline-booking
aws-serverless-airline-booking copied to clipboard
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the...
Currently, Step Functions is triggered via `process_booking` mutation in AppSync. AppSync resolver creates the following payload that is used as an input for Step Functions: ```json { "outboundFlightId": "1688a4f6-69dd-4590-833e-f349384df465", "customerId":...
Add following identifier to resources that support tags: * [ ] `Environment: Demo` * [ ] `Solution: github.com/aws-samples/aws-serverless-airline-booking` * anything else that could be helpful
Tests are not completely pushed upstream, and when they're finalized we need a new `ci` target to include deploy and tests altogether. Given the major changes that are yet to...
Currently, only `outboundFlightId` is included in the state machine. This issue is a reminder to include the entire booked flight object within the State Machine. This would enable fine grained...
All bookings are currently loaded. This issue is to implement both UI and Store change to specifically only load current + future bookings in the main view, and a separate...
Currently thinking on 2 levels of workshop: Assisted and hardcore. **Assisted** * Provide front-end using mock data * Provide snippets that could be used to solve implementation details * Provide...
Booking is currently written in Python, and needs integ testing for the following functions: * [ ] cancel-booking * [ ] confirm-booking * [ ] notify-booking * [ ] reserve-booking...
> **Out of scope** during Twitch Series but a nice to have feature that can be implemented Booking is not currently using Subscription, and it could be done by leveraging...
> **Out of scope** during Twitch Series but a nice to have feature that can be implemented Loyalty is not currently using Subscription, and it could be done by leveraging...
https://github.com/aws-samples/aws-serverless-airline-booking/blob/main/docs/getting_started.md From main branch so how do I get there?