aws-serverless-airline-booking icon indicating copy to clipboard operation
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...

Results 33 aws-serverless-airline-booking issues
Sort by recently updated
recently updated
newest added

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":...

enhancement
back-end

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

enhancement

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...

back-end

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...

back-end

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...

front-end

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...

documentation

Booking is currently written in Python, and needs integ testing for the following functions: * [ ] cancel-booking * [ ] confirm-booking * [ ] notify-booking * [ ] reserve-booking...

back-end

> **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...

enhancement
good first issue

> **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...

enhancement
good first issue

https://github.com/aws-samples/aws-serverless-airline-booking/blob/main/docs/getting_started.md From main branch so how do I get there?