Skip to content

Commit

Permalink
Merge pull request #180 from danielbojczuk/main
Browse files Browse the repository at this point in the history
feat: adding QuickSight resource
  • Loading branch information
ekristen authored Jun 4, 2024
2 parents 7a31dac + 6c404bd commit 0fd60be
Show file tree
Hide file tree
Showing 5 changed files with 10,695 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Currently, there are only two services mocked out for testing, IAM and CloudForm
To add another service to be mocked out, you will need to do the following:

1. Identify the service in the AWS SDK for Go
2. Create a new file in the `resources/` directory called `service_mock_test.go`
2. Create a new file in the `resources/` directory called `<service>_mock_test.go`
3. Add the following code to the file: (replace `<service>` with actual service name)
```go
//go:generate ../mocks/generate_mocks.sh <service> <service>iface
Expand Down
Loading

0 comments on commit 0fd60be

Please sign in to comment.