Guria / aws-js-practitioner

https://aws-js-practitioner-dev.guria.dev/
1 stars 0 forks source link

task3.error-handle: add 404 error for getProductById #17

Closed Guria closed 2 years ago

github-actions[bot] commented 2 years ago

Build output

Deploying to stage task3-error-handle api-gw › waiting products-api › waiting shop-frontend-app › waiting api-gw › deploying api-gw › Running "serverless deploy --stage task3-error-handle" api-gw › Deploying aws-js-practitioner-api to stage task3-error-handle (us-east-1) api-gw › Change set did not include any changes to be deployed. (1s) api-gw › Running "serverless info --verbose --stage task3-error-handle" api-gw › service: aws-js-practitioner-api api-gw › stage: task3-error-handle api-gw › region: us-east-1 api-gw › stack: aws-js-practitioner-api-task3-error-handle api-gw › api-gw › Stack Outputs: api-gw › apiGatewayRestApiId: y9urumkku3 api-gw › apiGatewayRestApiRootResourceId: oxksez5adc api-gw › ServerlessDeploymentBucketName: aws-js-practitioner-api-serverlessdeploymentbuck-1y15qltp6yxw1 api-gw › deployed products-api › deploying products-api › Running "serverless deploy --stage task3-error-handle --param apiGatewayRestApiId=y9urumkku3 --param apiGatewayRestApiRootResourceId=oxksez5adc" products-api › Deploying products-api to stage task3-error-handle (us-east-1) products-api › No changes to deploy. Deployment skipped. (1s) products-api › Running "serverless info --verbose --stage task3-error-handle --param apiGatewayRestApiId=y9urumkku3 --param apiGatewayRestApiRootResourceId=oxksez5adc" products-api › service: products-api products-api › stage: task3-error-handle products-api › region: us-east-1 products-api › stack: products-api-task3-error-handle products-api › endpoints: products-api › GET - https://y9urumkku3.execute-api.us-east-1.amazonaws.com/task3-error-handle/products products-api › GET - https://y9urumkku3.execute-api.us-east-1.amazonaws.com/task3-error-handle/products/{productId} products-api › functions: products-api › getProductsList: products-api-task3-error-handle-getProductsList products-api › getProductById: products-api-task3-error-handle-getProductById products-api › Stack Outputs: products-api › GetProductByIdLambdaFunctionQualifiedArn: arn:aws:lambda:us-east-1:609136581632:function:products-api-task3-error-handle-getProductById:1 products-api › GetProductsListLambdaFunctionQualifiedArn: arn:aws:lambda:us-east-1:609136581632:function:products-api-task3-error-handle-getProductsList:1 products-api › ServiceEndpoint: https://y9urumkku3.execute-api.us-east-1.amazonaws.com/task3-error-handle products-api › ServerlessDeploymentBucketName: products-api-task3-error-serverlessdeploymentbuck-12a8rtv9ql43 products-api › no changes shop-frontend-app › deploying shop-frontend-app › Running "serverless deploy --stage task3-error-handle --param apiGatewayRestApiId=y9urumkku3 --param productsApiServiceEndpoint=https://y9urumkku3.execute-api.us-east-1.amazonaws.com/task3-error-handle" shop-frontend-app › Deploying aws-js-practitioner-shop-frontend to stage task3-error-handle (us-east-1) shop-frontend-app › Running command: aws apigateway get-export --parameters extensions='apigateway' --rest-api-id y9urumkku3 --stage-name task3-error-handle --export-type swagger public/swagger.json shop-frontend-app › echo "CONFIG = {BASE_URL: \"https://y9urumkku3.execute-api.us-east-1.amazonaws.com/task3-error-handle\"}" > public/config.js shop-frontend-app › npm run build shop-frontend-app › { shop-frontend-app › "contentType": "application/octet-stream", shop-frontend-app › "contentDisposition": "attachment; filename=\"swagger_2022-10-18T00:11:50Z.json\"" shop-frontend-app › } shop-frontend-app › > @guria.dev/aws-js-practitioner-shop-frontend@1.0.0 build shop-frontend-app › > tsc && vite build shop-frontend-app › vite v3.1.8 building for production... shop-frontend-app › transforming... shop-frontend-app › ✓ 3422 modules transformed. shop-frontend-app › warnings when minifying css: shop-frontend-app › ▲ [WARNING] Expected identifier but found "" [css-syntax-error] shop-frontend-app › shop-frontend-app › :1:30219: shop-frontend-app › 1 │ ...fter{clear:both}.swagger-ui .cf{zoom:1}.swagger-ui .cl{clear:le... shop-frontend-app › ╵ ^ shop-frontend-app › shop-frontend-app › shop-frontend-app › rendering chunks... shop-frontend-app › dist/index.html 0.64 KiB shop-frontend-app › dist/assets/dehydrated.eb01c8e5.js 0.58 KiB / gzip: 0.33 KiB shop-frontend-app › dist/assets/SwaggerStyles.b21286a4.js 0.05 KiB / gzip: 0.06 KiB shop-frontend-app › dist/assets/SwaggerStyles.e392df80.css 140.02 KiB / gzip: 22.23 KiB shop-frontend-app › dist/assets/react.988ba9ed.js 198.68 KiB / gzip: 60.68 KiB shop-frontend-app › dist/assets/libs.f5f78b2b.js 115.30 KiB / gzip: 38.24 KiB shop-frontend-app › dist/assets/index.0dbebe25.js 216.24 KiB / gzip: 65.58 KiB shop-frontend-app › dist/assets/swagger.6113cd3b.js 898.47 KiB / gzip: 281.29 KiB shop-frontend-app › DistributionIdKey: WebAppDistributionIdOutput shop-frontend-app › CloudfrontInvalidate: Invalidation started shop-frontend-app › Web App deployed to Cloudfront and available at following addresses: shop-frontend-app › https://d2zdu5kwq2bn7e.cloudfront.net shop-frontend-app › https://aws-js-practitioner-shop-frontend-task3-error-handle.guria.dev shop-frontend-app › Swagger Schema available at: shop-frontend-app › https://aws-js-practitioner-shop-frontend-task3-error-handle.guria.dev/swagger.json shop-frontend-app › Swagger UI available at: shop-frontend-app › https://aws-js-practitioner-shop-frontend-task3-error-handle.guria.dev/swagger shop-frontend-app › Change set did not include any changes to be deployed. (55s) shop-frontend-app › Running "serverless info --verbose --stage task3-error-handle --param apiGatewayRestApiId=y9urumkku3 --param productsApiServiceEndpoint=https://y9urumkku3.execute-api.us-east-1.amazonaws.com/task3-error-handle" shop-frontend-app › service: aws-js-practitioner-shop-frontend shop-frontend-app › stage: task3-error-handle shop-frontend-app › region: us-east-1 shop-frontend-app › stack: aws-js-practitioner-shop-frontend-task3-error-handle shop-frontend-app › shop-frontend-app › Stack Outputs: shop-frontend-app › WebAppDistributionIdOutput: E24FRJ7ZRGAYOO shop-frontend-app › WebAppDistributionOutput: d2zdu5kwq2bn7e.cloudfront.net shop-frontend-app › ServerlessDeploymentBucketName: aws-js-practitioner-shop-serverlessdeploymentbuck-273h1edighe shop-frontend-app › WebAppCustomDomainOutput: aws-js-practitioner-shop-frontend-task3-error-handle.guria.dev shop-frontend-app › deployed

github-actions[bot] commented 2 years ago

Deployment removed