├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── media ├── core-stack.png ├── prototype-architecture.png ├── prototype-frontend.png └── prototype-web.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/README.md -------------------------------------------------------------------------------- /media/core-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/media/core-stack.png -------------------------------------------------------------------------------- /media/prototype-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/media/prototype-architecture.png -------------------------------------------------------------------------------- /media/prototype-frontend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/media/prototype-frontend.png -------------------------------------------------------------------------------- /media/prototype-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-serverless-airline-booking/HEAD/media/prototype-web.png --------------------------------------------------------------------------------