Skip to content

Commit 269847b

Browse files
chore: remove code generation documentation and helper scripts (#583)
1 parent fe351b6 commit 269847b

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

README.md

-15
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,6 @@ so they can only be run when embedding this library into one of the compilation
2424

2525
- [.NET](https://github.com/awslabs/aws-encryption-sdk-net)
2626

27-
## Generate code
28-
29-
TODO: remove before launch; customers wont' be using this
30-
31-
If you change any of the ESDK model files you will need to re-run our code generators to generate
32-
the API skeletons and shims. This is done via our [polymorph](https://github.com/awslabs/polymorph)
33-
package.
34-
35-
First, clone that repository to some local location.
36-
37-
Then, from the root of this repository, run `bin/generate-code.sh`,
38-
passing the root location of your polymorph repository as a parameter.
39-
40-
Finally, you'll need to manually run a code formatter as described in the [README](./aws-encryption-sdk-net/Source/API/Generated).
41-
4227
## Generate Duvet Reports
4328

4429
This repo uses Duvet to directly document the [specification](https://github.com/awslabs/aws-encryption-sdk-specification) alongside this implementation.

bin/generate-code.sh

-33
This file was deleted.

0 commit comments

Comments
 (0)