Deploy other AWS resources (Serverless framework tutorial, #10)

preview_player
Показать описание

Continue watching my ⚡️Serverless tutorials:

Have questions? Leave a comment on:

► About me
🐦 Follow me on Twitter:

✏️ Check out my blog:

✉️ Subscribe to newsletter:

👍🏻 Like my Facebook page:
Рекомендации по теме
Комментарии
Автор

256 likes and 0 dislikes proves how great videos you make.
Thank you so much.

pemessh
Автор

288 likes and 0 dislikes proves how great videos you make.
Thank you so much.

letsgodevs
Автор

Thank you! Awesome lesson. I’d also like to see if you could make a video on Serverless framework lambda function that uses rds MySQL because I can see cases where people have existing system with their rds database. They would like to convert their system into serverless but still want to use MySQL.

AndyVuongndlife
Автор

Nice Explanation.
Can you please provide configuration to connect to Postgres RDS.

saikirankalla
Автор

I'm definitely going to try this. New to AWS btw :)
I used Heroku and Firebase to deploy my applications till now!

Quick Question:
- Can I connect my github repo (which contains the functions) and whenever I "git push", does it deploy it to AWS?

Great series. Thanks a lot!
Cheers to learning for Life!!! :)

indieNik
Автор

If you add a resource, run deploy, and then remove that resource from the list and run deploy, will it delete the actual resource bucket/table from aws?

Great series, thanks!

ephotopros
Автор

How would you put two tables into the serverless.yml?

WarnerBrosWannaB
Автор

Hi, greate videos, but when trying to create DynamoDB i get an error, could not find a solution, maybe any help?
Error message: The CloudFormation template is invalid: Invalid template resource property 'userTable'
I think it because of maybe new versions or updates here is my resoure that i am using:
userTable:
Type: AWS::DynamoDB::Table
Properties:
TableName:
AttributeDefinitions:
- AttributeName: userId
AttributeType: S
KeySchema:
- AttributeName: userId
KeyType: HASH
ProvisionedThroughput:
ReadCapacityUnits: 1
WriteCapacityUnits: 1


Your Environment Information
OS: win32
Node Version: 10.15.0
Serverless Version: 1.36.1

Would be amazing to get any help

daraz
visit shbcf.ru