Skip to content

Commit

Permalink
remove old CTA from lambda docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 20, 2023
1 parent ac5b5f6 commit a2e658f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,3 @@ exports.connect = async function() {
return conn;
};
```

*Want to learn how to check whether your favorite JavaScript frameworks, like [Express](http://expressjs.com/) or [React](https://reactjs.org/), work with async/await? Spoiler alert: neither Express nor React support async/await. Chapter 4 of Mastering Async/Await explains the basic principles for determining whether a framework supports async/await. [Get your copy!](http://asyncawait.net/?utm_source=mongoosejs&utm_campaign=lambda)*

<a href="http://asyncawait.net/?utm_source=mongoosejs&utm_campaign=lambda" style="margin-left: 100px">
<img src="images/asyncawait.png" style="width: 650px" />
</a>

0 comments on commit a2e658f

Please sign in to comment.