Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.x.x - Update todos-dynamodb #44

Merged
merged 5 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Examples converted to Hummingbird 2.0
- [hello](https://github.com/hummingbird-project/hummingbird-examples/tree/main/hello) - Basic application setup
- [todos-dynamodb](https://github.com/hummingbird-project/hummingbird-examples/tree/main/todos-dynamodb) - Todos application, based off [TodoBackend](http://todobackend.com) spec, using DynamoDB

Examples still working with Hummingbird 1.0
- [auth-cognito](https://github.com/hummingbird-project/hummingbird-examples/tree/main/auth-cognito) - Authentication via AWS Cognito.
Expand All @@ -18,8 +19,6 @@ Examples still working with Hummingbird 1.0
- [session](https://github.com/hummingbird-project/hummingbird-examples/tree/main/session) - Username/password and session authentication.
- [session-async](https://github.com/hummingbird-project/hummingbird-examples/tree/main/session-async) - Version of session sample using new swift concurrency.
- [session-dep-injection](https://github.com/hummingbird-project/hummingbird-examples/tree/main/session-dep-injection) - Version of session sample using dependency injection instead of accessing everything via `HBRequest`.
- [todos-dynamodb](https://github.com/hummingbird-project/hummingbird-examples/tree/main/todos-dynamodb) - Todos application, based off [TodoBackend](http://todobackend.com) spec, using DynamoDB
- [todos-dynamodb-async](https://github.com/hummingbird-project/hummingbird-examples/tree/main/todos-dynamodb-async) - Version of todos-dynamodb application using new swift concurrency.
- [todos-fluent](https://github.com/hummingbird-project/hummingbird-examples/tree/main/todos-fluent) - Todos application, based off [TodoBackend](http://todobackend.com) spec, using Fluent
- [todos-lambda](https://github.com/hummingbird-project/hummingbird-examples/tree/main/todos-lambda) - Todos application, based off [TodoBackend](http://todobackend.com) spec, using DynamoDB and running on AWS Lambda.
- [todos-postgres](https://github.com/hummingbird-project/hummingbird-examples/tree/main/todos-postgres) - Todos application, based off [TodoBackend](http://todobackend.com) spec, using async/await APIs from PostgresNIO.
Expand Down
2 changes: 0 additions & 2 deletions todos-dynamodb-async/.dockerignore

This file was deleted.

50 changes: 0 additions & 50 deletions todos-dynamodb-async/Package.swift

This file was deleted.

16 changes: 0 additions & 16 deletions todos-dynamodb-async/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions todos-dynamodb-async/Sources/App/Application+configure.swift

This file was deleted.

116 changes: 0 additions & 116 deletions todos-dynamodb-async/Sources/App/Controllers/TodoController.swift

This file was deleted.

48 changes: 0 additions & 48 deletions todos-dynamodb-async/Sources/App/Hummingbird+Soto.swift

This file was deleted.

65 changes: 0 additions & 65 deletions todos-dynamodb-async/Sources/App/Models/Todo.swift

This file was deleted.

25 changes: 0 additions & 25 deletions todos-dynamodb-async/Sources/Server/main.swift

This file was deleted.

Loading