Skip to content

Instantly share code, notes, and snippets.

@beabetterdevv
Created November 20, 2022 20:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beabetterdevv/d8bf7b3941ff2ef0020e4cc15670803f to your computer and use it in GitHub Desktop.
Save beabetterdevv/d8bf7b3941ff2ef0020e4cc15670803f to your computer and use it in GitHub Desktop.
AWS Kinesis PutRecord Documentation
----
https://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html
Trust Policy for API Gateway
----
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": "apigateway.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment