Deploying multiple environments Serverless Framework with Gitlab |  Deploying serverless | #5

preview_player
Показать описание
In this video I will show you how to create an automated pipeline with Gitlab of your serverless framework project to deploy to multiple environments.

★★ README / OPEN ME ★★

☆☆ ABOUT THIS VIDEO ☆☆
This video is part of the series of deploying serverless projects.

In this video I will show you how to create an automated pipeline with Gitlab of your serverless framework project to deploy to multiple environments.

☆☆ FOLLOW ME ONLINE ☆☆

Instagram: foobar_codes

☆☆ ABOUT FOOBAR ☆☆
In this channel you can find mostly coding tutorials related to cloud and serverless.
In addition, I like also talking about architecture, software design, motivation and leadership.
There is a new video every Tuesday, so stay tuned :)

☆☆ SPONSORSHIP ☆☆
Does your company wants to sponsor a video? Contact me by twitter or by email (email address in the about page)

Рекомендации по теме
Комментарии
Автор

Most comprehensive Serverless pipeline documentation I have found - thank you!

JamesMundia
Автор

I come here for all the serverless stuff. kudos to you.. keep up the good work.

iamdeepakdwivedi
Автор

Hi Marcia, if we setup different AWS accounts for Prod/Dev/QA etc, how shall we inject the AWS credentials in the Gitlab pipeline?

itsmattchan
Автор

Super helpful tutorial. I was able to deploy my serverless app in the pipeline after it :)

denizmsrloglu
Автор

The Best, I took Udemy cource and got nothing what i need, here MARCIA thank u, i got whay i need in 10 and half minutes :)

raimundasrimkus
Автор

If my AWS secret key is different for test and dev account then how can i manage different environments? If there are two branch test and dev

aritchakraborty
Автор

Thank you for the great content. Do you how can I still work with multiple envs and also run it offline by using serverless-offline plugin?

thiagoscodeler
Автор

I expected you describe environment variables and the scenario that we have docker-compose.yaml for project
what should we do when we have docker compose file.

yummywithali
Автор

This is very useful info, keep up the good work! do you have a video about creating RDS resources like a MySql database using serverless?

qmameraesto
Автор

good but you using different branches here. how to do multiple environments deploy when we have the same code from same branch into different environments ?

aravind
Автор

Hola Marcia gracias por los videos que compartes han sido muy utiles para mi. Me preguntaba si ya has hecho algun video para hacer algo parecido con Github . Por el momento estoy trabajando con mi aplicacion serverless que contiene diferentes lambdas con diferentes stage: dev/stg/prod, hago el deployment todo a la vez y en la console manejo los deployments. Me gustaria automatizar mejor este proceso, por favor tienes alguna sugerencia he visto algo relacionado con Sam. Si tienes alguna sugerencia o video lo apreciaria mucho. Gracias de antemano

dianelacastillomesa
Автор

Nice video ! is it possible to use regex for environments names for example Release_* ?
Thank you !

peace
Автор

hola Marcia, primero que todo gracias por el vídeo, al momento de ejecutar la pipeline, en el stage de deploy, da un error de serverless por que no encuentra las credenciales, se que se puede solucionar enviando el comando para configurarlas. Pero en tus ejemplos no lo haces, que puedo estar haciendo mal?. las variables de entorno las tengo configuradas. Gracias de ante mano. Saludos

bytigrox