Skip to content

Commit

Permalink
Remove stocker (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen authored May 24, 2024
1 parent c2233fa commit dcfc064
Show file tree
Hide file tree
Showing 31 changed files with 253 additions and 780 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/backend-ci.yml

This file was deleted.

9 changes: 0 additions & 9 deletions amplify.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
version: 1
backend:
phases:
build:
commands:
- mkdir amplify/backend/function/stockerlambda/src
- cp amplify/backend/function/stockerlambda/package.json amplify/backend/function/stockerlambda/src/
- yarn stocker:install
- yarn stocker:build
- amplifyPush --simple
frontend:
phases:
preBuild:
Expand Down
26 changes: 0 additions & 26 deletions amplify/backend/api/stocker/cli-inputs.json

This file was deleted.

43 changes: 2 additions & 41 deletions amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,4 @@
{
"api": {
"stocker": {
"dependsOn": [
{
"attributes": [
"Name",
"Arn"
],
"category": "function",
"resourceName": "stockerlambda"
}
],
"providerPlugin": "awscloudformation",
"service": "API Gateway"
}
},
"function": {
"stockerlambda": {
"build": true,
"providerPlugin": "awscloudformation",
"service": "Lambda"
}
},
"parameters": {
"AMPLIFY_function_stockerlambda_deploymentBucketName": {
"usedBy": [
{
"category": "function",
"resourceName": "stockerlambda"
}
]
},
"AMPLIFY_function_stockerlambda_s3Key": {
"usedBy": [
{
"category": "function",
"resourceName": "stockerlambda"
}
]
}
}
"api": {},
"function": {}
}
6 changes: 0 additions & 6 deletions amplify/backend/function/stockerlambda/amplify.state

This file was deleted.

6 changes: 0 additions & 6 deletions amplify/backend/function/stockerlambda/custom-policies.json

This file was deleted.

This file was deleted.

79 changes: 0 additions & 79 deletions amplify/backend/function/stockerlambda/package.json

This file was deleted.

Loading

0 comments on commit dcfc064

Please sign in to comment.