Skip to content

Commit

Permalink
Resolve #11; Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
binchoo committed Jun 27, 2022
1 parent f79f9a2 commit 429dea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sam/paimonganyu-skill/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Resources:
Properties:
Description: The verion of PaimonGanyu KAKAOTALK Skill Server
ApplicationName: !Ref PaimonGanyuSkillApplication
SourceBundle: ./.aws-sam/build/paimonganyu-skill-1.0.0.jar
SourceBundle: ./.aws-sam/build/paimonganyu-skill-1.0.1.jar

PaimonGanyuSkillConfigurationTemplate:
Type: AWS::ElasticBeanstalk::ConfigurationTemplate
Expand Down
2 changes: 1 addition & 1 deletion sam/paimonganyu/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Conditions:

Globals:
Function:
CodeUri: application-1.0.0.zip # .aws-sam/build/application-${version}.zip
CodeUri: application-1.0.1.zip # .aws-sam/build/application-${version}.zip
Timeout: 60
Runtime: java11
MemorySize: 512
Expand Down

0 comments on commit 429dea0

Please sign in to comment.