0.19.68 • Published 8 months ago

@aws-prototyping-sdk/type-safe-api v0.19.68

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Type Safe API

Define your APIs using Smithy or OpenAPI v3, and leverage the power of generated client and server types, infrastructure, documentation, and automatic input validation!

This package vends a projen project type which allows you to define an API using either Smithy or OpenAPI v3, and a construct which manages deploying this API in API Gateway, given an integration (eg a lambda) for every operation.

The project will generate "runtime" projects from your API definition in your desired languages, which can be utilised both client side for interacting with your API, or server side for implementing your API. The project also generates a type-safe CDK construct which ensures an integration is provided for every API operation.

Code is generated at build time, so when you change your API model, just rebuild and you'll see your changes reflected in the generated code.

Project Structure

The TypeSafeApiProject projen project will create the following directory structure within its outdir:

|_ model/
    |_ src/
        |_ main/
            |_ smithy - your API definition if you chose ModelLanguage.SMITHY
            |_ openapi - your API definition if you chose ModelLanguage.OPENAPI
|_ generated/
    |_ runtime/ - generated types, client, and server code in the languages you specified
        |_ typescript
        |_ python
        |_ java
    |_ infrastructure/ - generated infrastructure (you'll find only one directory in here based on your chosen infrastructure language)
        |_ typescript
        |_ python
        |_ java
    |_ documentation/ - generated documentation in the formats you specified
        |_ html2
        |_ html_redoc
        |_ plantuml
        |_ markdown
    |_ library/ - generated libraries if specified
        |_ typescript-react-query-hooks

Getting Started

Please see the Getting Started Guide for how to get started!

Developer Guides

For more information about Type Safe API, take a look at the developer guides:

Walkthroughs

For detailed end-to-end examples, take a look at the walkthroughs:

You can also check out the Frequently Asked Questions.

0.19.66

9 months ago

0.19.67

8 months ago

0.19.68

8 months ago

0.19.60

9 months ago

0.19.61

9 months ago

0.19.62

9 months ago

0.19.63

9 months ago

0.19.64

9 months ago

0.19.65

9 months ago

0.19.33

10 months ago

0.19.34

10 months ago

0.19.35

10 months ago

0.19.36

10 months ago

0.19.37

10 months ago

0.19.38

10 months ago

0.19.39

10 months ago

0.19.31

10 months ago

0.19.32

10 months ago

0.19.44

10 months ago

0.19.45

10 months ago

0.19.46

9 months ago

0.19.47

9 months ago

0.19.48

9 months ago

0.19.49

9 months ago

0.19.40

10 months ago

0.19.41

10 months ago

0.19.42

10 months ago

0.19.43

10 months ago

0.19.55

9 months ago

0.19.56

9 months ago

0.19.57

9 months ago

0.19.58

9 months ago

0.19.59

9 months ago

0.19.50

9 months ago

0.19.51

9 months ago

0.19.52

9 months ago

0.19.53

9 months ago

0.19.54

9 months ago

0.19.30

10 months ago

0.19.22

11 months ago

0.19.23

11 months ago

0.19.24

11 months ago

0.19.25

11 months ago

0.19.26

10 months ago

0.19.27

10 months ago

0.19.28

10 months ago

0.19.29

10 months ago

0.19.8

11 months ago

0.19.9

11 months ago

0.19.20

11 months ago

0.19.21

11 months ago

0.19.5

11 months ago

0.19.6

11 months ago

0.19.7

11 months ago

0.19.11

11 months ago

0.19.12

11 months ago

0.19.13

11 months ago

0.19.14

11 months ago

0.19.15

11 months ago

0.19.16

11 months ago

0.19.17

11 months ago

0.19.18

11 months ago

0.19.10

11 months ago

0.19.19

11 months ago

0.18.18

11 months ago

0.18.17

11 months ago

0.18.16

12 months ago

0.18.15

12 months ago

0.18.14

12 months ago

0.18.13

12 months ago

0.18.12

12 months ago

0.18.11

12 months ago

0.18.10

12 months ago

0.18.9

12 months ago

0.18.8

12 months ago

0.18.7

12 months ago

0.18.6

12 months ago

0.18.5

12 months ago

0.18.4

12 months ago

0.18.3

12 months ago

0.18.2

12 months ago

0.18.1

12 months ago

0.18.0

12 months ago

0.17.5

12 months ago

0.17.4

1 year ago

0.17.3

1 year ago

0.17.2

1 year ago

0.17.1

1 year ago

0.17.0

1 year ago

0.16.1

1 year ago

0.16.0

1 year ago

0.15.5

1 year ago

0.15.4

1 year ago

0.15.3

1 year ago