mtthwm / Intro-To-Serverless

My copy of the Bit Project Serverless Camp repo
GNU General Public License v3.0
0 stars 1 forks source link

Added a morse code converter endpoint: #16

Closed mtthwm closed 2 years ago

mtthwm commented 2 years ago

Added an endpoint which accepts a query parameter 'plaintext' and returns this text translated to morse code

counselorbot[bot] commented 2 years ago

🛑 There was an error: Sorry! You forgot to check for a blank plaintext. If we sending nothing in 'plaintext', we should get 'Please enter some text to convert!' Instead, we got 'Please provide a message to encode' 🛑

counselorbot[bot] commented 2 years ago

🛑 There was an error: Sorry! You forgot to check for a blank plaintext. If we sending nothing in 'plaintext', we should get 'Please enter some text to convert!' Instead, we got 'Please provide a message to encode' 🛑

counselorbot[bot] commented 2 years ago

📝 Week 1 Video Feedback

Please complete after you've watched the Week 1 walkthrough videos! If you haven't yet watched it but want to move on, just close this issue and come back to it later.

Comment your feedback:

Help us improve BitCamp Serverless - thank you for your feedback! Here are some questions you may want to answer:

:camping: To move on, comment your feedback.

mtthwm commented 2 years ago

I thought the videos were very well produced and covered a lot of information! One thing I didn't see mentioned (as far as I remember) was the reason behind the async keyword. It would be really cool to learn more about that.

counselorbot[bot] commented 2 years ago

Providing Feedback

What was confusing about this week? If you could change or add something to this week, what would you do? Your feedback is valued and appreciated!

mtthwm commented 2 years ago

I had a few issues with the counselorbot. For example, two previous issues were opened up after they were already completed and I was unable to close them again. It hasn't seemed to affect my progress yet however. Also, I was initially a bit confused about the videos. I ended up completing the whole week before realizing there was a lot more information in the videos that I missed initially.

counselorbot[bot] commented 2 years ago

⏰ Time to merge!

Go ahead and merge this branch to main to move on. Great work finishing this section!

merge

⚠️ If you receive a Conflicts error, simply press Resolve conflicts and you should be good to merge!