Development for the cloud can happen in the cloud. Lambda functions can be written in the Lambda editor for a variety of languages. Cloud9 also provides a full IDE (integrated development environment) in the cloud itself. It's a browser based IDE that provides functionality for development, testing and more.
- [Instructor] So lets look at how we can test our code,…right in Cloud9.…We've got our index.py file up.…We're going to click Run, and we have the function…that we're going to call is HelloWorld,…and we have our path, and we have our payload.…So we're needing to add this test parameter in here.…So we'll add that in our JSON, and give it a value 5.…Now when we run it, we see that the body includes the event,…the output, and the timestamp, just like we would expect.…So this is successful code, but it didn't work great…from the URL.…
That's because, we didn't handle…the queryStringParameters; we're looking for the payload.…So instead, lets close the testing,…and we'll change this from test to queryStringParameters.…So we'll delete the test in quotes on line 7,…and add in queryStringParameters, save that,…and then we're going to click Run again.…But instead of testing the Lambda, you may remember…when we created this and we looked at the Lambda,…we had an API Gateway, as well.…
So lets test that.…So I'll select API Gateway, and now we can pass…
Author
Released
11/9/2018- Setting up an AWS account and console
- Configuring an app for user authentication
- Migrating a database to AWS
- Retaining a local SQLite database
- Moving app data storage online
- Displaying server data in app
- Controlling app revisions
- Managing builds and deployments
- Integrating dev environments
- Migrating iOS app functionality to the cloud
- Connecting online via APIs
Skill Level Beginner
Duration
Views
Related Courses
-
Amazon Web Services: Data Security
with Lynn Langit3h 46m Intermediate -
AWS API Gateway with HTTP, Lambda, DynamoDB, and iOS
with Bear Cahill1h 33m Intermediate -
Amazon Web Services: Enterprise Security
with Sharif Nijim2h 7m Intermediate
-
Introduction
-
1. AWS Migration Resources
-
AWS account and pricing2m 4s
-
AWS Console and services1m 22s
-
CodeStar3m 6s
-
Cloud9 and Lambda2m 7s
-
DynamoDB and online data2m 19s
-
-
2. User Authentication
-
User authentication3m 17s
-
3. Migrating Data to the Cloud
-
Migrating a database to AWS3m 41s
-
Updates to the database4m 10s
-
Display server data in app3m 39s
-
-
4. Managing the Migration Process
-
CodePipeline for deployment1m 26s
-
5. Functional Cloud Migration
-
Writing a Lambda function2m 23s
-
API to online functionality3m 47s
-
Updating the app5m 29s
-
Conclusion
-
Clean up1m 39s
-
Next steps51s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Cloud9 integrated development environment (IDE)