Recommend this page to a friend! |
Classes of Paulo Henrique | > | Ajudaime API | > | serverless.yml | > | Download |
|
|
![]() |
service: app provider: name: aws region: us-east-2 runtime: provided plugins: - ./vendor/bref/bref functions: function: handler: index.php description: '' layers: - ${bref:layer.php-73} # Exclude files from deployment package: exclude: - 'tests/**' |