Creates a new mytiki data estimate
Request (JSON)
{
"requestId": "string",
"query": "string"
}
Response (JSON) - /api/latest/ocean/subscription/estimate
{
"requestId": "string",
"count": "number",
"sample": [
[
{ "VarCharValue": "string" }
]
]
}
{
"requestId": "string",
"error": {
"message": "string",
"cause": "string"
}
}
Error Response (JSON) - /api/latest/ocean/error
{
"requestId": "string",
"error": {
"message": "string",
"cause": "string"
}
}
Standard SAM CLI flags for build, package, and deploy phases can be provided via command line flags using "flags="<config>"
.
example: make build flags="--profile aws_profile"
Standard configuration parameters are provided the same way using the --parameter-overrides
flag.
The project uses a composite JSON assembled at compile time.
make compile
Requires compile step. At build time the cloudformation template is assembled and validate
make build flags="--parameter-overrides ApiAuthorization=<xyz/123>"
Requires compile and build steps.
make package
Requires compile, build, and package steps.
make deploy flags="--parameter-overrides ApiAuthorization=<xyz/123>"