Skip to content

Instantly share code, notes, and snippets.

@adrianhall
Created December 12, 2018 23:27
Show Gist options
  • Save adrianhall/eefd95ce8af11c29565cc39b2129e2b5 to your computer and use it in GitHub Desktop.
Save adrianhall/eefd95ce8af11c29565cc39b2129e2b5 to your computer and use it in GitHub Desktop.
profilePictureResolver:
handler: graphql.profilePictureResolver
name: ${self:custom.api}-profilePictureResolver
description: AppSync Resolver for User.profilePicture
runtime: nodejs8.10
role: AWSAppSyncS3LambdaIAMRole
environment:
S3_BUCKET: { Fn::GetAtt: [ FileStorage, Arn ]}
S3_URL: { Fn::GetAtt: [ FileStorage, WebsiteURL ]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment