Skip to content

Instantly share code, notes, and snippets.

@OksanaH
Created June 14, 2021 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OksanaH/34300f13ad2eaf9a0d7adbb979209a97 to your computer and use it in GitHub Desktop.
Save OksanaH/34300f13ad2eaf9a0d7adbb979209a97 to your computer and use it in GitHub Desktop.
GetObjectRequest.cs
GetObjectRequest request = new GetObjectRequest
{
BucketName = "arn:aws:s3-object-lambda:us-east-1:<account-id>:accesspoint/transformxml",
Key = "example.xml"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment