Documentation
¶
Overview ¶
Package main is the CloudMock service code generator. It reads AWS service models from botocore and generates the 4-file service scaffold: service.go, store.go, handlers.go, service_test.go.
Usage:
# Generate a complete new service go run ./codegen --service=efs --botocore=/path/to/botocore/data # Generate only specific operations (for backfilling existing services) go run ./codegen --service=lambda --operations=PublishLayerVersion,GetLayerVersion --append
Click to show internal directories.
Click to hide internal directories.