in templates/put-dynamodb/{{ cookiecutter.project_slug }}/src/main.rs [78:84]
fn get_request_builder() -> http::request::Builder {
http::Request::builder()
.header("content-type", "application/x-amz-json-1.0")
.uri(http::uri::Uri::from_static(
"https://dynamodb.eu-west-1.amazonaws.com/",
))
}