Squashed commit of the following:
commit519bd76dd5Merge:56046a01e27ad4Author: Dylan <[email protected]> Date: Wed Dec 7 02:06:06 2022 +0000 Merge branch 'main' into prod commit56046a02b6Author: Dylan <[email protected]> Date: Wed Dec 7 01:09:10 2022 +0000 Updated serverless in package-lock commitee1b044268Merge:aea2a2c0739f71Author: Dylan <[email protected]> Date: Wed Dec 7 00:52:41 2022 +0000 Merge branch 'main' into prod commitaea2a2cb2cAuthor: Dylan <[email protected]> Date: Tue Dec 6 22:59:44 2022 +0000 Added verbose for debugging commitd6b61315a9Author: Dylan <[email protected]> Date: Tue Dec 6 22:45:17 2022 +0000 Added token permissions commit40f3b8b3d3Author: Dylan <[email protected]> Date: Tue Dec 6 22:42:27 2022 +0000 Deploy config update commit9684cf3fafAuthor: Dylan <[email protected]> Date: Tue Dec 6 19:05:20 2022 +0000 Updated actions commit0ac55ae11bAuthor: Dylan <[email protected]> Date: Tue Dec 6 19:02:07 2022 +0000 Updated deploy script commit812d99cd77Author: Dylan <[email protected]> Date: Tue Dec 6 18:57:20 2022 +0000 Add production deploy
This commit is contained in:
+9
-9
@@ -18,14 +18,14 @@ provider:
|
||||
environment:
|
||||
VXTWITTER_CACHE_TABLE: ${self:custom.tableName}
|
||||
RUNNING_SERVERLESS: 1
|
||||
VXTWITTER_LINK_CACHE: dynamodb
|
||||
VXTWITTER_DATABASE: none
|
||||
VXTWITTER_METHOD: hybrid
|
||||
VXTWITTER_COLOR: \#43B581
|
||||
VXTWITTER_APP_NAME: vxTwitter
|
||||
VXTWITTER_REPO: https://github.com/dylanpdx/BetterTwitFix
|
||||
VXTWITTER_URL: https://vxtwitter.com
|
||||
VXTWITTER_COMBINATION_METHOD: local
|
||||
VXTWITTER_LINK_CACHE: ${env:VXTWITTER_LINK_CACHE, 'json'}
|
||||
VXTWITTER_DATABASE: ${env:VXTWITTER_DATABASE, 'none'}
|
||||
VXTWITTER_METHOD: ${env:VXTWITTER_METHOD, 'hybrid'}
|
||||
VXTWITTER_COLOR: ${env:VXTWITTER_COLOR, '#43B581'}
|
||||
VXTWITTER_APP_NAME: ${env:VXTWITTER_APP_NAME, 'vxTwitter'}
|
||||
VXTWITTER_REPO: ${env:VXTWITTER_REPO, 'https://github.com/dylanpdx/BetterTwitFix'}
|
||||
VXTWITTER_URL: ${env:VXTWITTER_URL, 'https://vxtwitter.com'}
|
||||
VXTWITTER_COMBINATION_METHOD: ${env:VXTWITTER_COMBINATION_METHOD, 'local'}
|
||||
|
||||
package:
|
||||
patterns:
|
||||
@@ -54,7 +54,7 @@ custom:
|
||||
app: twitfix.app
|
||||
pythonRequirements:
|
||||
layer: true
|
||||
dockerizePip: true
|
||||
dockerizePip: false
|
||||
|
||||
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user