In this bootcamp, we are going to automate deploying our application in AWS using Cloudfront and a S3 bucket.
During this process, I will be documenting the steps taken to create the solution. And here are some of the methods we can make our files more user friendly.
# Simple Python program to greet the user
# Prompt the user for their name
user_name = input("Enter your name: ")
# Greet the user
print(f"Hello, {user_name}! Welcome to the world of Python programming.")
To make a list, add - infront of the items; like,
- list 1
- list 2
when possible, use color code; like,
# Simple Python program to greet the user
# Prompt the user for their name
user_name = input("Enter your name: ")
# Greet the user
print(f"Hello, {user_name}! Welcome to the world of Python programming.")To add an image; drag and drop it here
To resize the picture:
You can also reference a picture if you have uploaded the picture in the github. We created a file and within the file we created .keep, to keep file and allow us to create a folder.
#!/bin/bash
# Simple Bash script to prompt the user for input
echo "Enter your name: "
read user_name
echo "Hello, $user_name! Welcome to the world of Bash scripting."You can quote text with a >.
Text that is a quote
To reference links with a friendly name and not just providing the link url; [1]
To make task list that are finished and not, put x for done
- Finish step1
- Finish step2
- Finish step3
Emojis:
😄 👍 ❤️ ☁️
To mke a table:
| Name | shortcode | Emoji |
|---|---|---|
| Cloud | :cloud: |
☁️ |
