Skip to content

Releases: moonline/Lab.AWS.API-Gateway

1.1.0

26 Oct 05:27
Compare
Choose a tag to compare

Features

  • MVC: Concert model introduction, with conversions from and to DTOs
  • Validation: Moved concert-related validation to model

Enhancements

  • Enhanced documentation
  • Aligned parameters and variable names (created_date -> create_date, ConcertsController -> ConcertController)
  • Enhanced method and parameter documentation

1.0.0

15 Sep 13:24
5c3cb7f
Compare
Choose a tag to compare

Features

  • OpenAPI 3.0 based API Gateway
  • AWS Lambda Powertools based API handler function with tracing and logging enabled
  • DynamoDB table for concert storage
  • SAM setup for IaC deployment
  • Documentation (README)