Skip to content

Commit

Permalink
Remove PaimonGanyuLambda
Browse files Browse the repository at this point in the history
  • Loading branch information
binchoo committed Sep 24, 2022
1 parent 6f25118 commit ebeb772
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 68 deletions.
1 change: 0 additions & 1 deletion PaimonGanyu/paimonganyu-app/paimonganyu-skill/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies {
implementation project(':ikakao')

implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'com.amazonaws.serverless:aws-serverless-java-container-springboot2:1.8.1'

testImplementation(testFixtures(project(':paimonganyu-domain')))
testImplementation('org.springframework.boot:spring-boot-starter-test') {
Expand Down
6 changes: 3 additions & 3 deletions PaimonGanyu/paimonganyu-app/paimonganyu-skill/samconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version = 0.1
[default.deploy]
[default.deploy.parameters]
stack_name = "paimonganyu-skill"
s3_bucket = "aws-sam-cli-managed-default-samclisourcebucket-3t80l0g3f3ma"
s3_bucket = "aws-sam-cli-managed-default-samclisourcebucket-idkhpdkh78w2"
s3_prefix = "paimonganyu-skill"
region = "ap-northeast-2"
profile = "pgprod"
profile = "pgtest"
capabilities = "CAPABILITY_IAM"
parameter_overrides = "Env=\"prod\" UseALB=\"False\""
parameter_overrides = "Env=\"test\" UseALB=\"False\""
image_repositories = []
disable_rollback = true

This file was deleted.

This file was deleted.

0 comments on commit ebeb772

Please sign in to comment.