Thibault RICHARD

Results 47 comments of Thibault RICHARD

This gets the job done. Only downide is that Cloudfront functions don't support base64 encoding functions (the Buffer class is not available and `atob` is browser only) so the encoding...

@devsdevsdevs it would be hard to do it for now because Lift does not provide an easy way to do it. Maybe this will allow extensibility https://github.com/getlift/lift/pull/52 The only solution...

See some working examples here https://github.com/t-richard/lift-upload-example Steps to deploy it are in the README

> Downsides: > > * Assets are hosted on a different domain. > * We cannot use CloudFront functions to redirect to the main domain. > * When no custom...

I've seen this several times, I know Mandrill does it but will eventually fallback to a POST request if the Head is failing > Your webhook callback URL should be...

> the script will be run during serverless deploy (after the CloudFormation deployment, before uploading the static website to S3) This means Cloudformation intrinsic functions (GetAtt, Ref, etc) won't be...

You're talking about S3 and DynamoDB gateway endpoints ?

At the moment, AWS only supports S3 and Dynamo endpoints IIRC. From my own experience, you often end up needing internet access anyway to reach third-party APIs, monitoring tools (eg....

I've went through the same process and can't agree more. IAM is complex and IMO Serverless Framework does a poor job at pointing you in the right direction (or I'm...

That's nice to know! I thought it was a hard limit. I'll look into this and see how we can work with this and document it. Thanks for your issue,...