Cognito in Flutter

Introduction When we started working on a new Flutter application, we made a decision to minimize or completely avoid the use of AWS Amplify. We’ve come to the agreement on using AWS Cognito to manage User Authentication since it provides a lot of things for us out of the box.…

Continue ReadingCognito in Flutter

Managing OpenAPI specification

The usual document structure Taking a look at the OpenAPI specification file, there are several distinct sections: Information - which usually includes the title, version, some description, terms of service, etc.Servers - where we describe the servers that we use, usually split into production, staging, etc.Paths - resources that our…

Continue ReadingManaging OpenAPI specification