Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTemesgen committed Aug 4, 2024
2 parents ca9a962 + d7f55aa commit 42c9bee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,21 +179,21 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.5.1)
mini_portile2 (2.8.1)
minima (2.1.1)
jekyll (~> 3.3)
minitest (5.11.3)
multipart-post (2.1.1)
net-dns (0.9.0)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
racc (1.5.2)
racc (1.6.2)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand All @@ -213,7 +213,7 @@ GEM
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.5)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)

Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-08-31-creating-an-API-with-AWS.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ category: words
[simple-api-link]: https://7z8boxyi92.execute-api.us-east-1.amazonaws.com/prod/simple
[test-api-link]: https://7z8boxyi92.execute-api.us-east-1.amazonaws.com/prod/stats/?numbers=5&numbers=6
[docs-api-link]: https://7z8boxyi92.execute-api.us-east-1.amazonaws.com/prod/docs
[repo-link]: https://github.com/DanielTemesgen/aws_statistical_calculator
[repo-link]: https://github.com/DanielTemesgen/aws-statistical-calculator

This post will describe what AWS is, what an API is, how we can deploy it on AWS, as well as the code behind the infrastructure.

Expand Down

0 comments on commit 42c9bee

Please sign in to comment.