Skip to content

Commit

Permalink
Merge pull request #25 from awslabs/lbrinker/add-workshop-to-readme
Browse files Browse the repository at this point in the history
Add a reference to the seeding workshop to README.md file
  • Loading branch information
mehow-juras committed Apr 25, 2022
2 parents f9ba9cd + 65500f1 commit 720924f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Mechanism to automatically infer the mutations and data structure from the GraphQL API, to dynamically create some sample mutations based on a user's schema
- Configuration option to link remote seeding to a specific Amplify environment

## [0.1.11] - 2022-04-25
### Changed
- Added our [workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/b7d84dfb-90e1-493b-9b88-549c898e044b/en-US/) to the README.md file.

## [0.1.10] - 2022-04-12
### Changed
- Moved the `seeding` folder from `amplify/backend/seeding/` to `graphql-seed/`. This is to prevent the folder being deleted after running `amplify pull`. For more information, see the [bug report](https://github.com/awslabs/amplify-graphql-seed-plugin/issues/22) by robotsrng@
Expand Down Expand Up @@ -56,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- local and remote seeding for the following Authentication types: AWS_IAM, API_KEY and Cognito User pools
- ability to link into amplify hooks to enable commands like `amplify mock --seed`

[0.1.11]: https://github.com/awslabs/amplify-graphql-seed-plugin/releases/tag/v0.1.11
[0.1.10]: https://github.com/awslabs/amplify-graphql-seed-plugin/releases/tag/v0.1.10
[0.1.9]: https://github.com/awslabs/amplify-graphql-seed-plugin/releases/tag/v0.1.9
[0.1.8]: https://github.com/awslabs/amplify-graphql-seed-plugin/releases/tag/v0.1.8
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This is an [Amplify Plugin](https://docs.amplify.aws/cli/plugins/plugins/) which

With this plugin, you can improve testing of your code 💯, reduce time by creating test data through automation ⏱️, and unify mock-data across your project by codifying it in your Version Control System 🚀.

**Update - 25th of April 2022:** You can now try out our Plugin in our newly released [Automate GraphQL seeding for your Amplify apps workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/b7d84dfb-90e1-493b-9b88-549c898e044b/en-US)

**Disclaimer**: this is a beta-release of the Amplify GraphQL Seed Plugin and may contain unforeseen bugs. This is a 3rd-party plugin and is not associated with the official Amplify project. Use this plugin at your own discretion. Please let us know if you encounter any bugs, or have feedback / suggestions.

![Demo-gif](./static/demo.gif)
Expand Down Expand Up @@ -260,6 +262,8 @@ amplify plugin remove

## About this project 💡
This Plugin was created by Michal Juras and Laurens Brinker, Solution Architects at AWS. The project was initially created for one of our projects, and we've decided to publish it so that it can hopefully help out other people as well. It has already saved us quite a lot of time managing our testing environments, and hope it will do the same for you.
### Try out the plugin in our workshop
On the 19th of April 2022, we publicly released the [Automate GraphQL seeding for your Amplify apps workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/b7d84dfb-90e1-493b-9b88-549c898e044b/en-US). The workshop contains a sample application and shows you how you can incorporate database seeding into the AWS Amplify project using this amplify-graphql-seed plugin. It also has a bonus module which shows you how to create your own Amplify Plugin.

## Future work 🌲
This is a beta version of the plugin, we've got some plans in mind to improve the plugin in the future:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-graphql-seed-plugin",
"version": "0.1.10",
"version": "0.1.11",
"description": "AWS Amplify plugin for local and remote seeding of GraphQL API.",
"author": "Michal Juras and Laurens Brinker, Amazon Web Services",
"engines": {
Expand Down

0 comments on commit 720924f

Please sign in to comment.