command
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 9, 2017
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
S3 Example
The example program receives a S3 event and prints a specific object's value to stdout.
Setup
Edit event.json file to reference your real S3 object. (awsRegion, bucket.name & object.key)
Run the program locally:
go run main.go < event.json
Read S3 Object
In the example the AWS Go SDK is used to read the S3 Object.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.