You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
This makes reference to the 0.7-PHP-Lambda-functions-with-Docker-container-images folder.
axel@ryzen:~/projects/foobar/poc-foobar-global-services$ sam --version
SAM CLI, version 1.50.0
axel@foobar:~/projects/foobar/poc-foobar-global-services$ sam deploy -g
Configuring SAM deploy
======================
Looking for config file [samconfig.toml] : Not found
Setting default arguments for 'sam deploy'
=========================================
Stack Name [sam-app]: my-php-lambda-container-demo
AWS Region [eu-west-1]:
#Shows you resources changes to be deployed and require a 'Y' to initiate deploy
Confirm changes before deploy [y/N]: y
#SAM needs permission to be able to create roles to connect to the resources in your template
Allow SAM CLI IAM role creation [Y/n]: y
#Preserves the state of previously provisioned resources when an operation fails
Disable rollback [y/N]: n
myPHPLambdaFuncton may not have authorization defined, Is this okay? [y/N]: y
myPHPLambdaFuncton may not have authorization defined, Is this okay? [y/N]: y
Save arguments to configuration file [Y/n]: y
SAM configuration file [samconfig.toml]:
SAM configuration environment [default]:
Looking for resources needed for deployment:
Managed S3 bucket: aws-sam-cli-managed-default-samclisourcebucket-9fyybvopfngg
A different default S3 bucket can be set in samconfig.toml
Image repositories: Not found.
#Managed repositories will be deleted when their functions are removed from the template and deployed
Create managed ECR repositories for all functions? [Y/n]: y
Error:
S3 Bucket does not exist.
Compared with what's on the documentation:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This makes reference to the
0.7-PHP-Lambda-functions-with-Docker-container-images
folder.Compared with what's on the documentation:
The text was updated successfully, but these errors were encountered: