package
0.0.0-20200916084912-6bd9a8e0fd17
Repository: https://github.com/adrienlamoureux/go-aircraft-lambda.git
Documentation: pkg.go.dev

# Functions

CreateAircraftModelTable create the aircraft model table on DynamoDB.
CreateAircraftTable create the aircraft table on DynamoDB.
CreateAirportTable create the airport table on DynamoDB.
CreateFlightTable create the flight table on DynamoDB.
CreatePortfolioAircraftTable create the portfolio aircraft table on DynamoDB.
CreatePortfolioNameTable create the portfolio name table on DynamoDB.
CreatePortfolioTable create the portfolio table on DynamoDB.
GetAircraftModelTableName get the current aircraft model table name.
GetAircraftTableName get the current aircraft table name.
GetAirportTableName get the current airport table name.
GetClient return the current DynamoDB client.
GetFlightTableName get the current flight table name.
GetPortfolioAircraftTableName get the current portfolio aircraft table name.
GetPortfolioNameTableName get the current portfolio name table name.
GetPortfolioTableName get the current portfolio table name.
InitializeClient is initializing the DynamoDB client.

# Structs

AircraftDynamoDB is the Aircraft Database implementation for DynamoDB.
AircraftModelDynamoDB is the Aircraft Model Database implementation for DynamoDB.
AirportDynamoDB is the Airport Database implementation for DynamoDB.
FlightDynamoDB is the Flight Database implementation for DynamoDB.
PortfolioAircraftDynamoDB is the Portfolio Aircraft Database implementation for DynamoDB.
PortfolioDynamoDB is the Portfolio Database implementation for DynamoDB.