stacktape 1.0.0-alpha.78 → 1.0.0-alpha.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +373 -372
- package/helper-lambdas/batchJobTriggerLambda-3d2c997f86c08005c03e77dfae8bb60ded64fd30.zip +0 -0
- package/helper-lambdas/cdnOriginRequestLambda-65f104ca68c98a5588531574ead32b25d02014da.zip +0 -0
- package/helper-lambdas/cdnOriginResponseLambda-28008aeb69de064c1d2da7024c4d2079f80fb156.zip +0 -0
- package/helper-lambdas/{stacktapeServiceLambda-2f0e447121236a87bb3abc2f17484d3b5350915b.zip → stacktapeServiceLambda-184fff972d61fe67100e49d29bc759c143de0480.zip} +0 -0
- package/package.json +2 -2
- package/sdk.js +1 -1
- package/server.js +1 -1
- package/{examples → starter-projects}/python-machine-learning-batch-job/.eslintrc +1 -0
- package/starter-projects/python-machine-learning-batch-job/.prettierrc +5 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/README.md +0 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/package.json +0 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/python-training-job/Dockerfile +0 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/python-training-job/simple-mnist.py +0 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/stacktape.yml +0 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/start-function/start-training.ts +0 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/web-app/index.html +0 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/web-app/javascripts/index.js +0 -0
- package/{examples → starter-projects}/python-machine-learning-batch-job/web-app/stylesheets/style.css +0 -0
- package/{examples/typescript-http-api-with-auth → starter-projects/static-website-gatsby}/.eslintrc +1 -0
- package/starter-projects/static-website-gatsby/.prettierrc +5 -0
- package/{examples → starter-projects}/static-website-gatsby/README.md +0 -0
- package/{examples → starter-projects}/static-website-gatsby/package.json +0 -0
- package/{examples → starter-projects}/static-website-gatsby/stacktape.yml +0 -0
- package/{examples/static-website-gatsby → starter-projects/static-website-html}/.eslintrc +1 -0
- package/starter-projects/static-website-html/.prettierrc +5 -0
- package/{examples → starter-projects}/static-website-html/README.md +0 -0
- package/{examples → starter-projects}/static-website-html/package.json +0 -0
- package/{examples → starter-projects}/static-website-html/stacktape.yml +0 -0
- package/{examples → starter-projects}/static-website-html/web-dist/contact/index.html +0 -0
- package/{examples → starter-projects}/static-website-html/web-dist/error.html +0 -0
- package/{examples → starter-projects}/static-website-html/web-dist/index.html +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/.env +0 -0
- package/{examples/typescript-python-video-transcoding-batch-job → starter-projects/typescript-express-api-mongodb-mongoose}/.eslintrc +1 -0
- package/starter-projects/typescript-express-api-mongodb-mongoose/.prettierrc +5 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/README.md +1 -1
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/package.json +1 -1
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/.env +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/package.json +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/public/favicon.ico +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/public/index.html +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/public/manifest.json +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/App.css +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/App.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/App.test.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/components/BookCard.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/components/CreateBook.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/components/ShowBookDetails.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/components/ShowBookList.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/components/UpdateBookInfo.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/index.css +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/index.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/logo.svg +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/react-client/src/serviceWorker.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/server/app.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/server/config/db.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/server/models/Book.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/server/routes/api/books.js +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-express-api-mongodb-mongoose}/stacktape.yml +1 -1
- package/starter-projects/typescript-lambda-api/.eslintrc +101 -0
- package/starter-projects/typescript-lambda-api/.prettierrc +5 -0
- package/{examples → starter-projects}/typescript-lambda-api/README.md +0 -0
- package/{examples → starter-projects}/typescript-lambda-api/package.json +0 -0
- package/{examples → starter-projects}/typescript-lambda-api/src/containers/get-posts.ts +0 -0
- package/{examples → starter-projects}/typescript-lambda-api/src/db-models.ts +0 -0
- package/{examples → starter-projects}/typescript-lambda-api/src/lambdas/create-post.ts +0 -0
- package/{examples → starter-projects}/typescript-lambda-api/src/utils/sequelize.ts +0 -0
- package/{examples → starter-projects}/typescript-lambda-api/stacktape.yml +0 -0
- package/{examples/static-website-html → starter-projects/typescript-lambda-api-postgres-prisma}/.eslintrc +1 -0
- package/starter-projects/typescript-lambda-api-postgres-prisma/.prettierrc +5 -0
- package/{examples/typescript-http-api-with-auth → starter-projects/typescript-lambda-api-postgres-prisma}/README.md +2 -2
- package/{examples/typescript-http-api-with-auth → starter-projects/typescript-lambda-api-postgres-prisma}/package.json +2 -2
- package/{examples/typescript-http-api-with-auth → starter-projects/typescript-lambda-api-postgres-prisma}/prisma/schema.prisma +5 -4
- package/{examples/typescript-http-api-with-auth → starter-projects/typescript-lambda-api-postgres-prisma}/scripts/migrate-database.ts +0 -0
- package/starter-projects/typescript-lambda-api-postgres-prisma/scripts/test-api.ts +36 -0
- package/starter-projects/typescript-lambda-api-postgres-prisma/src/lambdas/create-post.ts +33 -0
- package/starter-projects/typescript-lambda-api-postgres-prisma/src/lambdas/delete-post.ts +26 -0
- package/starter-projects/typescript-lambda-api-postgres-prisma/src/lambdas/get-post.ts +25 -0
- package/{examples/typescript-http-api-with-auth/src → starter-projects/typescript-lambda-api-postgres-prisma/src/lambdas}/get-posts.ts +2 -2
- package/starter-projects/typescript-lambda-api-postgres-prisma/src/lambdas/update-post.ts +35 -0
- package/starter-projects/typescript-lambda-api-postgres-prisma/src/services/prisma.ts +3 -0
- package/{examples/typescript-http-api-with-auth → starter-projects/typescript-lambda-api-postgres-prisma}/stacktape.yml +51 -19
- package/starter-projects/typescript-lambda-hello-world/.eslintrc +101 -0
- package/starter-projects/typescript-lambda-hello-world/.prettierrc +5 -0
- package/{examples → starter-projects}/typescript-lambda-hello-world/README.md +0 -0
- package/{examples → starter-projects}/typescript-lambda-hello-world/package.json +0 -0
- package/{examples → starter-projects}/typescript-lambda-hello-world/src/say-hello.ts +0 -0
- package/{examples → starter-projects}/typescript-lambda-hello-world/stacktape.yml +0 -0
- package/starter-projects/typescript-nestjs-api-postgres-prisma/.eslintrc +101 -0
- package/starter-projects/typescript-nestjs-api-postgres-prisma/.prettierrc +5 -0
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/README.md +1 -1
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/nest-cli.json +0 -0
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/package.json +1 -1
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/src/app.controller.ts +0 -0
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/src/app.module.ts +0 -0
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/src/app.service.ts +0 -0
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/src/main.ts +0 -0
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/stacktape.yml +1 -1
- package/{examples/typescript-nest-js-api-container → starter-projects/typescript-nestjs-api-postgres-prisma}/tsconfig.json +0 -0
- package/starter-projects/typescript-puppeteer-web-scraper-lambda/.eslintrc +101 -0
- package/starter-projects/typescript-puppeteer-web-scraper-lambda/.prettierrc +5 -0
- package/{examples → starter-projects}/typescript-puppeteer-web-scraper-lambda/README.md +0 -0
- package/{examples → starter-projects}/typescript-puppeteer-web-scraper-lambda/package.json +0 -0
- package/{examples → starter-projects}/typescript-puppeteer-web-scraper-lambda/src/lambdas/scrape-links.ts +0 -0
- package/{examples → starter-projects}/typescript-puppeteer-web-scraper-lambda/stacktape.yml +0 -0
- package/{examples/typescript-MERN-stack-container → starter-projects/typescript-python-video-transcoding-batch-job}/.eslintrc +1 -0
- package/starter-projects/typescript-python-video-transcoding-batch-job/.prettierrc +5 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/README.md +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/bucket-data/raw-videos/SampleVideo_1280x720_1mb.mp4 +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/frontend-lambda/SSRApp.tsx +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/frontend-lambda/components/BucketArtifactList.tsx +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/frontend-lambda/components/ExecutionsList.tsx +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/frontend-lambda/index.tsx +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/package.json +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/stacktape.yml +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/video-transcoder/Dockerfile +0 -0
- package/{examples → starter-projects}/typescript-python-video-transcoding-batch-job/video-transcoder/video-transform.py +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/.eslintrc +1 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/.eslintrc.json +0 -0
- package/starter-projects/typescript-ssr-website-next-js/.prettierrc +5 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/README.md +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/next-env.d.ts +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/next.config.js +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/package.json +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/public/static/favicon.ico +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/public/static/stacktape-logo.svg +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/src/next-server.ts +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/src/pages/_app.tsx +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/src/pages/api/hello.ts +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/src/pages/index.tsx +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/src/styles/Home.module.css +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/src/styles/globals.css +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/stacktape.yml +0 -0
- package/{examples → starter-projects}/typescript-ssr-website-next-js/tsconfig.json +0 -0
- package/examples/python-machine-learning-batch-job/.prettierrc +0 -4
- package/examples/static-website-gatsby/.prettierrc +0 -4
- package/examples/static-website-html/.prettierrc +0 -4
- package/examples/typescript-MERN-stack-container/.prettierrc +0 -4
- package/examples/typescript-http-api-with-auth/.prettierrc +0 -4
- package/examples/typescript-http-api-with-auth/src/create-post.ts +0 -38
- package/examples/typescript-lambda-api/.eslintrc +0 -100
- package/examples/typescript-lambda-api/.prettierrc +0 -4
- package/examples/typescript-lambda-hello-world/.eslintrc +0 -100
- package/examples/typescript-lambda-hello-world/.prettierrc +0 -4
- package/examples/typescript-nest-js-api-container/.eslintrc +0 -100
- package/examples/typescript-nest-js-api-container/.prettierrc +0 -4
- package/examples/typescript-puppeteer-web-scraper-lambda/.eslintrc +0 -100
- package/examples/typescript-puppeteer-web-scraper-lambda/.prettierrc +0 -4
- package/examples/typescript-python-video-transcoding-batch-job/.prettierrc +0 -4
- package/examples/typescript-ssr-website-next-js/.prettierrc +0 -4
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.