@@ -3,7 +3,7 @@ title: "Replacing FastAPI with Rust: Part 6 - AWS Lambda"
33excerpt : " In this post, we'll take a look at two different methods to deploy our Rocket application to AWS Lambda: the SAM CLI and AWS CDK."
44coverImage : " /assets/blog/fastapi-rust-6-aws-lambda/cover.png"
55coverImageAlt : " The Rust mascot 'Ferris the Crab' holds the logos for FastAPI and Rust and is smooshing them together."
6- date : " 2021-02-24 "
6+ date : " 2021-02-28 "
77author :
88 name : Dylan Anthony
99 picture : " /assets/blog/initials.png"
@@ -88,16 +88,17 @@ AWS CDK definitely seems like a great option for deploying functions, as well as
8888
8989_ Have a question or comment about this post? Leave it in the [ discussions] thread on GitHub!_
9090
91- _ Want to be notified when the next part of this series is released? Watch releases in [ the GitHub repo] ._
91+ _ Want to be notified when the next part of this series is released? Watch releases in [ the GitHub repo] or [ follow me on Twitter ] [ twitter ] ._
9292
9393_ Have an idea or request for a future blog topic? Drop it in the GitHub discussions under [ ideas] ._
9494
9595[ ferris the crab ] : https://www.rustacean.net
9696[ the rust logo ] : https://www.rust-lang.org/policies/media-guide
9797[ the fastapi logo ] : https://github.com/tiangolo/fastapi
98- [ discussions ] : https://github.com/dbanty/dylananthony.com/discussions/29
9998[ ideas ] : https://github.com/dbanty/dylananthony.com/discussions/categories/ideas
10099[ the github repo ] : https://github.com/dbanty/dylananthony.com
100+ [ twitter ] : https://twitter.com/TBDylan
101+ [ discussions ] : https://github.com/dbanty/dylananthony.com/discussions/29
101102[ previous post ] : https://dylananthony.com/posts/fastapi-rust-5-rocket-0.5
102103[ sam cli ] : https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html
103104[ aws cdk ] : https://docs.aws.amazon.com/cdk/latest/guide/home.html
0 commit comments