Skip to content

Commit 6d21b0a

Browse files
committed
feat(blog): Add Twitter link
1 parent d9a527f commit 6d21b0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/fastapi-rust-6-aws-lambda.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Replacing FastAPI with Rust: Part 6 - AWS Lambda"
33
excerpt: "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."
44
coverImage: "/assets/blog/fastapi-rust-6-aws-lambda/cover.png"
55
coverImageAlt: "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"
77
author:
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

Comments
 (0)