pfych / web-mentions

Web mention receiver deployed to AWS with serverless
0 stars 0 forks source link

Convert to AWS SAM #2

Open pfych opened 1 year ago

pfych commented 1 year ago

AWS SAM could potentially reduce overhead that comes from running Serverless Framework since we're only targeting AWS. This can give us more control when deploying resources and functions and could avoid the use of plugins when dealing with issues like #1.

Resources

pfych commented 1 year ago

This will be resolved once #5 is merged