UNPKG

serverless-offline-s3

Version:
10 lines (8 loc) 192 B
class S3EventDefinition { constructor(S3Event) { this.event = S3Event.event; this.bucket = S3Event.bucket; this.rules = S3Event.rules; } } module.exports = S3EventDefinition;